Skip to content

Commit a958f2a

Browse files
committed
[build] Update munit for native to 1.0.0-M11
1 parent abf36dd commit a958f2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ lazy val sharedSettings = Seq(
2727
autoAPIMappings := true,
2828
libraryDependencies += {
2929
val version = (scalaBinaryVersion.value, crossVersion.value.asInstanceOf[Binary].prefix) match {
30-
case ("3", "native0.4_") => "1.0.0-M10"
30+
case (_, "native0.5_") => "1.0.0-M11"
31+
case ("3", "native0.4_") => "1.0.0-M11"
3132
case _ => "0.7.29"
3233
}
3334
"org.scalameta" %%% "munit" % version % Test,

0 commit comments

Comments
 (0)