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.
1 parent 636a692 commit 7841640Copy full SHA for 7841640
build.sbt
@@ -465,7 +465,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
465
val log4jApiScalaDep =
466
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
467
468
-val munitDep = "org.scalameta" %% "munit" % "1.0.1" % Test
+val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
469
470
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
471
.settings(
0 commit comments