Skip to content

Commit

Permalink
Update scalacheck from 1.15.4 to 1.17.0 (#1416)
Browse files Browse the repository at this point in the history
Pull request: #1416
  • Loading branch information
scala-steward authored Mar 5, 2024
1 parent a38fbac commit 25cb55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object Deps {
val osLib = ivy"com.lihaoyi::os-lib:0.9.3"
val pprint = ivy"com.lihaoyi::pprint:0.8.1"
val requests = ivy"com.lihaoyi::requests:0.8.0"
val scalacheck = ivy"org.scalacheck::scalacheck:1.15.4"
val scalacheck = ivy"org.scalacheck::scalacheck:1.17.0"
val scalaCollectionCompat = ivy"org.scala-lang.modules::scala-collection-compat:2.8.1"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val scalaJava8Compat = ivy"org.scala-lang.modules::scala-java8-compat:1.0.2"
Expand Down

0 comments on commit 25cb55d

Please sign in to comment.