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.
2 parents 51c653d + 61e7132 commit cd0885bCopy full SHA for cd0885b
build.sbt
@@ -15,6 +15,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
15
"mill-plugin" -> List(JVMPlatform)
16
)
17
18
+// scala version upgrades blocked by mill support
19
val Scala212 = "2.12.10"
20
val Scala213 = "2.13.4"
21
0 commit comments