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 650a647 + 06ea066 commit c2a779eCopy full SHA for c2a779e
build.sbt
@@ -497,7 +497,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
497
val log4jApiScalaDep =
498
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
499
500
-val munitDep = "org.scalameta" %% "munit" % "1.2.0" % Test
+val munitDep = "org.scalameta" %% "munit" % "1.2.1" % Test
501
502
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
503
.settings(
0 commit comments