Skip to content

Commit 9ec4835

Browse files
authored
Merge pull request #1674 from Baeldung/update/munit-1.0.3
Update munit from 1.0.2 to 1.0.3
2 parents 9b63506 + f00968c commit 9ec4835

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
@@ -483,7 +483,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
483483
val log4jApiScalaDep =
484484
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
485485

486-
val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
486+
val munitDep = "org.scalameta" %% "munit" % "1.0.3" % Test
487487

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

0 commit comments

Comments
 (0)