Skip to content

Commit

Permalink
Update scalacheck to 1.18.1 (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Oct 4, 2024
1 parent 519b4c3 commit 5004b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object LibraryDependencies {
val ScalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val ScalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val TypesafeConfig = "com.typesafe" % "config" % "1.4.3"
val ApacheCommons = "org.apache.commons" % "commons-lang3" % "3.14.0"
val KindProjector = "org.typelevel" % "kind-projector" % "0.13.3"
Expand Down

0 comments on commit 5004b70

Please sign in to comment.