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 0eb09af + 85f9427 commit e27f09cCopy full SHA for e27f09c
build.sbt
@@ -496,7 +496,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
496
val log4jApiScalaDep =
497
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
498
499
-val munitDep = "org.scalameta" %% "munit" % "1.1.0" % Test
+val munitDep = "org.scalameta" %% "munit" % "1.1.1" % Test
500
501
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
502
.settings(
0 commit comments