Skip to content

Commit e50fe5b

Browse files
authored
Merge pull request #120 from scala-steward/update/munit-1.0.0
Update munit, munit-scalacheck to 1.0.0
2 parents 0032524 + 2a08a45 commit e50fe5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ lazy val root = project
2525
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
2626
"ch.qos.logback" % "logback-classic" % "1.5.6",
2727
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
28-
"org.scalameta" %% "munit" % "0.7.29" % Test,
29-
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
28+
"org.scalameta" %% "munit" % "1.0.0" % Test,
29+
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
3030
"com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,
3131
),
3232

0 commit comments

Comments
 (0)