We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9b8c9 commit 8a0501eCopy full SHA for 8a0501e
build.sbt
@@ -108,7 +108,8 @@ commands += Command.single("setScalaVersion") { (state, arg) =>
108
command :: state
109
}
110
111
-def testPlatformCommand(name: String, selector: ProjectMatrix => sbt.internal.ProjectFinder): Command =
+import sbt.internal.{ProjectMatrix, ProjectFinder}
112
+def testPlatformCommand(name: String, selector: ProjectMatrix => ProjectFinder): Command =
113
Command.command(name) { state =>
114
List(junit, scalacheck, testmacros)
115
.flatMap(selector(_).get)
0 commit comments