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 7822a93 + 3606c65 commit d47abcbCopy full SHA for d47abcb
build.sbt
@@ -457,7 +457,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
457
val log4jApiScalaDep =
458
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
459
460
-val munitDep = "org.scalameta" %% "munit" % "1.0.0" % Test
+val munitDep = "org.scalameta" %% "munit" % "1.0.1" % Test
461
462
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
463
.settings(
0 commit comments