Skip to content

Commit

Permalink
Update scalacheck to 1.17.1 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 13, 2024
1 parent 55ab725 commit 51f94e1
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 @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-yaml" % "0.15.2",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test
)
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
Expand Down

0 comments on commit 51f94e1

Please sign in to comment.