Skip to content

Commit c2a779e

Browse files
authored
Merge pull request #2037 from Baeldung/update/munit-1.2.1
Update munit from 1.2.0 to 1.2.1
2 parents 650a647 + 06ea066 commit c2a779e

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
@@ -497,7 +497,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
497497
val log4jApiScalaDep =
498498
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
499499

500-
val munitDep = "org.scalameta" %% "munit" % "1.2.0" % Test
500+
val munitDep = "org.scalameta" %% "munit" % "1.2.1" % Test
501501

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

0 commit comments

Comments
 (0)