Skip to content

Commit ea1c1c7

Browse files
Update scalacheck-1-14 to 3.1.1.1 (#240)
1 parent ea0a4ce commit ea1c1c7

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
@@ -85,7 +85,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8585
.platformsSettings(JVMPlatform, JSPlatform)(
8686
libraryDependencies ++= Seq(
8787
"org.scalatest" %%% "scalatest" % "3.1.0" % Test,
88-
"org.scalatestplus" %%% "scalacheck-1-14" % "3.1.0.1" % Test,
88+
"org.scalatestplus" %%% "scalacheck-1-14" % "3.1.1.1" % Test,
8989
"org.scalacheck" %%% "scalacheck" % "1.14.3" % Test
9090
)
9191
)

0 commit comments

Comments
 (0)