Skip to content

Commit

Permalink
Merge pull request #610 from scala-steward/update/scalacheck-1.18.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.18.1
  • Loading branch information
yanns authored Sep 16, 2024
2 parents ed80243 + bddf28d commit 3bc1f93
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 @@ -53,7 +53,7 @@ lazy val standardSettings = Defaults.coreDefaultSettings ++ Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test
),
ThisBuild / shellPrompt := { state
Expand Down

0 comments on commit 3bc1f93

Please sign in to comment.