Skip to content

Commit

Permalink
Merge pull request #402 from typelevel/update/scalacheck-1-18-3.2.19.0
Browse files Browse the repository at this point in the history
Update scalacheck-1-18 to 3.2.19.0
  • Loading branch information
TonioGela authored Jun 25, 2024
2 parents 15b575e + fbfa76c commit 09dad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "discipline-scalatest",
libraryDependencies ++= Seq(
"org.typelevel" %%% "discipline-core" % "1.7.0",
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.18.0",
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0",
"org.scalatest" %%% "scalatest" % "3.2.18"
)
)
Expand Down

0 comments on commit 09dad75

Please sign in to comment.