We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f2383 commit 6c721f5Copy full SHA for 6c721f5
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.0"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
8
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9
- val catsParse = "org.typelevel" %% "cats-parse" % "0.3.9"
+ val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"
10
val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
11
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.5"
12
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
0 commit comments