Skip to content

Commit

Permalink
Merge pull request #422 from Banno/update/munit-scalacheck-1.0.0
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.0.0
  • Loading branch information
samspills authored May 24, 2024
2 parents ea2a1e9 + 1895dab commit 1493d4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ThisBuild / githubWorkflowTargetBranches :=
Seq("*", "series/*")

val http4sV = "0.23.27"
val munitCatsEffectV = "1.0.7"
val munitScalaCheckV = "0.7.29"
val scalacheckEffectV = "1.0.4"
val munitCatsEffectV = "2.0.0"
val munitScalaCheckV = "1.0.0"
val scalacheckEffectV = "2.0.0-M2"

val kindProjectorV = "0.13.3"
val betterMonadicForV = "0.3.1"
Expand Down Expand Up @@ -68,7 +68,7 @@ lazy val commonSettings = Seq(
"org.http4s" %% "http4s-client" % http4sV,
"org.http4s" %% "http4s-circe" % http4sV,
"org.http4s" %% "http4s-dsl" % http4sV % Test,
"org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test,
"org.typelevel" %% "munit-cats-effect" % munitCatsEffectV % Test,
"org.scalameta" %% "munit-scalacheck" % munitScalaCheckV % Test,
"org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectV % Test
)
Expand Down

0 comments on commit 1493d4a

Please sign in to comment.