Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Sep 24, 2024
1 parent 4791451 commit 219e3db
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 @@ -64,7 +64,7 @@ object Dependencies {
val redisClient = "net.debasishg" %% "redisclient" % "3.42"
val rome = "rome" % "rome" % romeVersion
val romeModules = "org.rometools" % "rome-modules" % romeVersion
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
val scalaCollectionPlus = "com.madgag" %% "scala-collection-plus" % "0.11"
val nScalaTime = "com.github.nscala-time" %% "nscala-time" % "2.32.0"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
Expand Down

0 comments on commit 219e3db

Please sign in to comment.