Skip to content

Commit

Permalink
Update munit-scalacheck to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 26, 2025
1 parent 813ab10 commit e0ffd83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ object Dependencies {
lazy val jawnParser = Def.setting("org.typelevel" %%% "jawn-parser" % "1.6.0")
lazy val jawnAst = Def.setting("org.typelevel" %%% "jawn-ast" % "1.6.0")
lazy val jython = Def.setting("org.python" % "jython-standalone" % "2.7.4")
lazy val http4sBlaze = Def.setting("org.http4s" %% "http4s-blaze-client" % "0.23.17")
lazy val http4sBlaze =
Def.setting("org.http4s" %% "http4s-blaze-client" % "0.23.17")
lazy val http4sCore = Def.setting("org.http4s" %%% "http4s-core" % "0.23.30")
lazy val http4sEmber = Def.setting("org.http4s" %%% "http4s-ember-client" % "0.23.30")
lazy val http4sEmber =
Def.setting("org.http4s" %%% "http4s-ember-client" % "0.23.30")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.4")
lazy val munitScalaCheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0")
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.1.0")
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.4")
lazy val scalaCheck =
Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")
Expand Down

0 comments on commit e0ffd83

Please sign in to comment.