Skip to content

Commit 85f9427

Browse files
Update munit from 1.1.0 to 1.1.1
1 parent dfef3fe commit 85f9427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
496496
val log4jApiScalaDep =
497497
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
498498

499-
val munitDep = "org.scalameta" %% "munit" % "1.1.0" % Test
499+
val munitDep = "org.scalameta" %% "munit" % "1.1.1" % Test
500500

501501
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
502502
.settings(

0 commit comments

Comments
 (0)