Skip to content

Commit

Permalink
Update cats-parse to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2021
1 parent da241e0 commit 6eeb3a1
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 @@ -10,7 +10,7 @@ object Dependencies {
val catsEffect = "org.typelevel" %% "cats-effect" % "3.1.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.6.0"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.2"
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.3"
val circeConfig = "io.circe" %% "circe-config" % "0.8.0"
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.0-M6"
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.13.0"
Expand Down

0 comments on commit 6eeb3a1

Please sign in to comment.