Skip to content

Commit e8ceb95

Browse files
authored
Merge pull request #1561 from Baeldung/update/munit-1.0.2
Update munit from 1.0.1 to 1.0.2
2 parents 111957a + 7841640 commit e8ceb95

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
@@ -465,7 +465,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
465465
val log4jApiScalaDep =
466466
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
467467

468-
val munitDep = "org.scalameta" %% "munit" % "1.0.1" % Test
468+
val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
469469

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

0 commit comments

Comments
 (0)