Skip to content

Commit

Permalink
Update scalacheck-1-17 to 3.2.18.0 (#1142)
Browse files Browse the repository at this point in the history
Co-authored-by: P. Oscar Boykin <[email protected]>
  • Loading branch information
scala-steward and johnynek authored Feb 23, 2024
1 parent 475c2e6 commit f1a032c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.3")
lazy val scalaCheck =
Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.0")
lazy val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.17")
lazy val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.18")
lazy val scalaTestPlusScalacheck =
Def.setting("org.scalatestplus" %%% "scalacheck-1-17" % "3.2.17.0")
Def.setting("org.scalatestplus" %%% "scalacheck-1-17" % "3.2.18.0")
}

0 comments on commit f1a032c

Please sign in to comment.