Skip to content

Commit 6c721f5

Browse files
Update cats-parse to 0.3.10 (#3106)
1 parent c8f2383 commit 6c721f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.0"
77
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
88
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9-
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.9"
9+
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"
1010
val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
1111
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.5"
1212
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"

0 commit comments

Comments
 (0)