Skip to content

Commit 637dc19

Browse files
authored
Merge pull request #2009 from Baeldung/update/munit-1.2.0
Update munit from 1.1.1 to 1.2.0
2 parents 7bae67b + 7b025eb commit 637dc19

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.1.1" % Test
500+
val munitDep = "org.scalameta" %% "munit" % "1.2.0" % Test
501501

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

0 commit comments

Comments
 (0)