Skip to content

Commit

Permalink
Update scalacheck to 1.18.0 (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent b01cdca commit 56527ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object depends {
val sbt = libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"

// used in specs2-scalacheck
val scalacheck = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1"
val scalacheckTest = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1" % Test
val scalacheck = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0"
val scalacheckTest = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0" % Test

// used in specs2-matcher-extra
val scalaParser = libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0"
Expand Down

0 comments on commit 56527ab

Please sign in to comment.