Skip to content

Commit ac771c5

Browse files
authored
Merge pull request #587 from typelevel/update/series/0.x/scalacheck-1.18.1
Update scalacheck to 1.18.1 in series/0.x
2 parents 964a09f + e62520a commit ac771c5

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
@@ -64,7 +64,7 @@ lazy val `scalatest-scalacheck` = project
6464
libraryDependencies ++= Seq(
6565
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
6666
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0",
67-
"org.scalacheck" %% "scalacheck" % "1.18.0"),
67+
"org.scalacheck" %% "scalacheck" % "1.18.1"),
6868

6969
mimaPreviousArtifacts := mimaPreviousArtifacts.value - ("com.codecommit" %% name.value % "0.3.0")
7070
)

0 commit comments

Comments
 (0)