Skip to content

Commit e27f09c

Browse files
authored
Merge pull request #1855 from Baeldung/update/munit-1.1.1
Update munit from 1.1.0 to 1.1.1
2 parents 0eb09af + 85f9427 commit e27f09c

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)