Skip to content

Commit

Permalink
Merge pull request #2987 from scala-steward/update/scalacheck-1.18.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.18.1
  • Loading branch information
konnov authored Sep 18, 2024
2 parents 4d48e34 + a02a138 commit dcc9564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object Dependencies {
object TestDeps {
// Libraries
val junit = "junit" % "junit" % "4.13.2" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
val easymock = "org.easymock" % "easymock" % "5.4.0" % Test

val scalaTestVersion = "3.2.15"
Expand Down

0 comments on commit dcc9564

Please sign in to comment.