Skip to content

Commit 0f7054b

Browse files
authored
Merge pull request #1737 from Baeldung/update/munit-1.1.0
Update munit from 1.0.4 to 1.1.0
2 parents 783f936 + 80048dc commit 0f7054b

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

488-
val munitDep = "org.scalameta" %% "munit" % "1.0.4" % Test
488+
val munitDep = "org.scalameta" %% "munit" % "1.1.0" % Test
489489

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

0 commit comments

Comments
 (0)