We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf36dd commit a958f2aCopy full SHA for a958f2a
build.sbt
@@ -27,7 +27,8 @@ lazy val sharedSettings = Seq(
27
autoAPIMappings := true,
28
libraryDependencies += {
29
val version = (scalaBinaryVersion.value, crossVersion.value.asInstanceOf[Binary].prefix) match {
30
- case ("3", "native0.4_") => "1.0.0-M10"
+ case (_, "native0.5_") => "1.0.0-M11"
31
+ case ("3", "native0.4_") => "1.0.0-M11"
32
case _ => "0.7.29"
33
}
34
"org.scalameta" %%% "munit" % version % Test,
0 commit comments