We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab1dd1 commit ec3475fCopy full SHA for ec3475f
build.sbt
@@ -24,5 +24,5 @@ crossScalaVersions += "3.3.6"
24
scalacOptions += "-Xsource:3"
25
26
libraryDependencies ++= Seq(
27
- "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
+ "org.scalacheck" %% "scalacheck" % "1.19.0" % Test
28
)
0 commit comments