Skip to content

Commit

Permalink
Update scalacheck to 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2023
1 parent 8a19b72 commit 530ee45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val baseSettings = Seq(
"com.twitter" %% "finagle-netty4" % "21.4.0",
"org.scalatest" %% "scalatest" % "3.2.8" % "test,it",
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test,it",
"org.scalacheck" %% "scalacheck" % "1.15.3" % "test,it",
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test,it",
"org.scalamock" %% "scalamock" % "4.4.0" % "test,it",
"io.circe" %% "circe-testing" % circeTestingVersion(scalaVersion.value) % "test,it"
)
Expand Down

0 comments on commit 530ee45

Please sign in to comment.