Skip to content

Commit dcf35b4

Browse files
Update scalacheck to 1.19.0
1 parent a3256f4 commit dcf35b4

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
@@ -38,7 +38,7 @@ lazy val `sbt-tpolecat-plugin` = project
3838
libraryDependencies ++= Seq(
3939
"org.typelevel" %% "scalac-options" % "0.1.8",
4040
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
41-
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
41+
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
4242
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
4343
),
4444
mimaPreviousArtifacts := Set(

0 commit comments

Comments
 (0)