Skip to content

Commit

Permalink
Update scalacheck to 1.18.1 in scala2 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent ba00602 commit 4fe1f34
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 @@ -183,7 +183,7 @@ def coulombPureConfigDeps = Seq(
def coulombCatsDeps = Def.setting(Seq(
"org.typelevel" %%% "cats-core" % "2.12.0" % Provided,
"org.typelevel" %%% "cats-testkit" % "2.12.0" % Provided,
"org.scalacheck" %%% "scalacheck" % "1.18.0" % Provided
"org.scalacheck" %%% "scalacheck" % "1.18.1" % Provided
// "org.typelevel" %%% "discipline-core" % "1.1.2" % Test
))

Expand Down

0 comments on commit 4fe1f34

Please sign in to comment.