Skip to content

Commit

Permalink
Merge pull request #181 from scala-steward/update/scalacheck-1.18.0
Browse files Browse the repository at this point in the history
Update scalacheck to 1.18.0
  • Loading branch information
mergify[bot] authored Apr 20, 2024
2 parents f0410c8 + b57de43 commit 4165a5b
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 @@ -25,7 +25,7 @@ libraryDependencies ++= {
"com.typesafe.akka" %% "akka-stream-testkit" % akkaV,
"com.typesafe.akka" %% "akka-slf4j" % akkaV,
"org.scalatest" %% "scalatest" % scalaTestV % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,

"io.github.uptane" %% "libats" % libatsV,
"io.github.uptane" %% "libats-messaging" % libatsV,
Expand Down

0 comments on commit 4165a5b

Please sign in to comment.