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.
2 parents 964a09f + e62520a commit ac771c5Copy full SHA for ac771c5
build.sbt
@@ -64,7 +64,7 @@ lazy val `scalatest-scalacheck` = project
64
libraryDependencies ++= Seq(
65
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
66
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0",
67
- "org.scalacheck" %% "scalacheck" % "1.18.0"),
+ "org.scalacheck" %% "scalacheck" % "1.18.1"),
68
69
mimaPreviousArtifacts := mimaPreviousArtifacts.value - ("com.codecommit" %% name.value % "0.3.0")
70
)
0 commit comments