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 dfef3fe commit 85f9427Copy full SHA for 85f9427
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