Skip to content

Commit bd0b655

Browse files
authored
Merge pull request #3493 from scala-steward/update/munit-1.0.3
Update munit to 1.0.3
2 parents dce40bb + e28f9ca commit bd0b655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Dependencies {
3535
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
3636
val millwScriptVersion = "0.4.12"
3737
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
38-
val munit = "org.scalameta" %% "munit" % "1.0.2"
38+
val munit = "org.scalameta" %% "munit" % "1.0.3"
3939
val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.0.0"
4040
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0"
4141
val refined = "eu.timepit" %% "refined" % "0.11.2"

0 commit comments

Comments
 (0)