Skip to content

Commit

Permalink
Merge pull request #3498 from scala-steward/update/cats-parse-1.1.0
Browse files Browse the repository at this point in the history
Update cats-parse to 1.1.0
  • Loading branch information
mergify[bot] authored Dec 11, 2024
2 parents 5fff097 + c515f99 commit f8715b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
val catsParse = "org.typelevel" %% "cats-parse" % "1.0.0"
val catsParse = "org.typelevel" %% "cats-parse" % "1.1.0"
val circeConfig = "io.circe" %% "circe-config" % "0.10.1"
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.10"
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.4"
Expand Down

0 comments on commit f8715b2

Please sign in to comment.