Skip to content

Commit

Permalink
Update scalacheck to 1.17.1 in scala3 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 21, 2024
1 parent 43b2527 commit 3440edc
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 @@ -162,7 +162,7 @@ lazy val testkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "coulomb-testkit",
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalacheck" %%% "scalacheck" % "1.17.1",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.typelevel" %%% "algebra-laws" % "2.10.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
Expand Down

0 comments on commit 3440edc

Please sign in to comment.