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 783f936 + 80048dc commit 0f7054bCopy full SHA for 0f7054b
build.sbt
@@ -485,7 +485,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
485
val log4jApiScalaDep =
486
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
487
488
-val munitDep = "org.scalameta" %% "munit" % "1.0.4" % Test
+val munitDep = "org.scalameta" %% "munit" % "1.1.0" % Test
489
490
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
491
.settings(
0 commit comments