Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 53a5130

Browse files
committed
Merge pull request #58 from retronym/topic/alias-elim
Remove type alias for Classpath
2 parents 3b1fbc1 + f5c282b commit 53a5130

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crossScalaVersions := {
1515
if (java.startsWith("1.6."))
1616
Seq("2.11.7", "2.12.0-M1")
1717
else if (java.startsWith("1.8."))
18-
Seq("2.12.0-M3")
18+
Seq("2.12.0-M4")
1919
else
2020
sys.error(s"don't know what Scala versions to build on $java")
2121
}

src/main/scala/scala/tools/partest/package.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ package object partest {
1616
type Directory = scala.reflect.io.Directory
1717
type Path = scala.reflect.io.Path
1818
type PathResolver = scala.tools.util.PathResolver
19-
type ClassPath[T] = scala.tools.nsc.util.ClassPath[T]
2019
type StringWriter = java.io.StringWriter
2120

2221
val SFile = scala.reflect.io.File

0 commit comments

Comments
 (0)