Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 16, 2024
1 parent d472b13 commit bddf28d
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 bddf28d

Please sign in to comment.