Skip to content

Commit

Permalink
Merge pull request #392 from scala-steward/update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.1
  • Loading branch information
hagay3 authored Sep 18, 2024
2 parents 277283c + 8f8b99f commit 2135920
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 @@ -20,7 +20,7 @@ val supportedScalaVersion = Seq(scala12Version, scala13Version, scala3Version)

val pekkoVersion = "1.0.2"

val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.1"

val specs2 = "org.specs2" %% "specs2-core" % "4.20.5"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
Expand Down

0 comments on commit 2135920

Please sign in to comment.