Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 1.0.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 23, 2024
1 parent dca54a6 commit fbe9739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ scalacOptions += "-deprecation"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
)

0 comments on commit fbe9739

Please sign in to comment.