Skip to content

Commit d47abcb

Browse files
authored
Merge pull request #1499 from Baeldung/update/munit-1.0.1
Update munit from 1.0.0 to 1.0.1
2 parents 7822a93 + 3606c65 commit d47abcb

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
@@ -457,7 +457,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
457457
val log4jApiScalaDep =
458458
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
459459

460-
val munitDep = "org.scalameta" %% "munit" % "1.0.0" % Test
460+
val munitDep = "org.scalameta" %% "munit" % "1.0.1" % Test
461461

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

0 commit comments

Comments
 (0)