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 9b63506 + f00968c commit 9ec4835Copy full SHA for 9ec4835
build.sbt
@@ -483,7 +483,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
483
val log4jApiScalaDep =
484
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
485
486
-val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
+val munitDep = "org.scalameta" %% "munit" % "1.0.3" % Test
487
488
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
489
.settings(
0 commit comments