Skip to content

Commit 8a0501e

Browse files
committed
Fix compilation
1 parent 9e9b8c9 commit 8a0501e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ commands += Command.single("setScalaVersion") { (state, arg) =>
108108
command :: state
109109
}
110110

111-
def testPlatformCommand(name: String, selector: ProjectMatrix => sbt.internal.ProjectFinder): Command =
111+
import sbt.internal.{ProjectMatrix, ProjectFinder}
112+
def testPlatformCommand(name: String, selector: ProjectMatrix => ProjectFinder): Command =
112113
Command.command(name) { state =>
113114
List(junit, scalacheck, testmacros)
114115
.flatMap(selector(_).get)

0 commit comments

Comments
 (0)