Skip to content

Commit

Permalink
Update scalacheck to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 17, 2024
1 parent dcec3ee commit c501e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val CatsVersion = "2.6.1"
val CatsEffectVersion = "3.2.7"
val MacroParadiseVersion = "2.1.1"
val ScalaCheckVersion = "1.15.4"
val ScalaCheckVersion = "1.18.0"
val KindProjectorVersion = "0.13.2"
val BetterMonadicForVersion = "0.3.1"
val GitHub4sVersion = "0.29.1"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val ScalaTestPlusVersion = "3.2.9.0"
/** Library for property-based testing:
* [[https://www.scalacheck.org/]]
*/
val ScalaCheckVersion = "1.15.4"
val ScalaCheckVersion = "1.18.0"

/** Compiler plugin for working with partially applied types:
* [[https://github.com/typelevel/kind-projector]]
Expand Down

0 comments on commit c501e57

Please sign in to comment.