We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48a058 commit 78b6d55Copy full SHA for 78b6d55
build.sbt
@@ -27,6 +27,12 @@ lazy val root = (project in file("."))
27
case _ => "2.0.0-M3"
28
}
29
30
+ scriptedSbt := {
31
+ scalaBinaryVersion.value match {
32
+ case "2.12" => "1.10.7"
33
+ case _ => "2.0.0-M3"
34
+ }
35
36
})
37
38
Global / onChangedBuildSource := ReloadOnSourceChanges
src/sbt-test/proguard/scala3/test.sbt
@@ -1,5 +1,5 @@
1
import java.nio.file.{Files, FileSystems}
2
-import scala.jdk.CollectionConverters.*
+import collection.JavaConverters._
3
import scala.sys.process.Process
4
5
// for sbt scripted test:
0 commit comments