Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent 39bf234 commit e83e223
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 @@ -106,8 +106,8 @@ lazy val baseSettings: Project => Project = _.settings(
libraryDependencies ++= Seq(
"com.47deg" %%% "scalacheck-toolbox-datetime" % "0.7.0" % Test,
"io.chrisdavenport" %%% "cats-scalacheck" % "0.3.2" % Test,
"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,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,
"org.typelevel" %%% "scalacheck-effect" % "1.0.4" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.4" % Test,
Expand Down

0 comments on commit e83e223

Please sign in to comment.