Skip to content

Commit ec3475f

Browse files
Update scalacheck to 1.19.0 (#263)
1 parent bab1dd1 commit ec3475f

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
@@ -24,5 +24,5 @@ crossScalaVersions += "3.3.6"
2424
scalacOptions += "-Xsource:3"
2525

2626
libraryDependencies ++= Seq(
27-
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test
27+
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test
2828
)

0 commit comments

Comments
 (0)