Skip to content

Commit 305e9c0

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scalacheck to 1.19.0
1 parent e2da137 commit 305e9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ lazy val parboiledOsgiSettings = osgiSettings ++ Seq(
119119
/////////////////////// DEPENDENCIES /////////////////////////
120120

121121
val utest = Def.setting("com.lihaoyi" %%% "utest" % "0.8.4" % Test)
122-
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1" % Test)
122+
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.19.0" % Test)
123123
val `scala-reflect` = Def.setting("org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided)
124124

125125
// benchmarks and examples only

0 commit comments

Comments
 (0)