Skip to content

Commit

Permalink
Update scalacheck to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-47 committed Dec 9, 2024
1 parent 3600cfa commit 90032db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ object dependencies extends AutoPlugin {
)

val scalacheck: Seq[ModuleID] = Seq(
"org.scalacheck" %% "scalacheck" % "1.17.0"
"org.scalacheck" %% "scalacheck" % "1.17.1"
)

val documentation: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.5.4",
"io.circe" %% "circe-core" % "0.14.6",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.http4s" %% "http4s-dsl" % "0.23.30",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.scalacheck" %% "scalacheck" % "1.17.1",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.3",
"io.chrisdavenport" %% "fuuid" % "0.8.0-M2"
)
Expand Down

0 comments on commit 90032db

Please sign in to comment.