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 352a1a2 commit 55bd9c3Copy full SHA for 55bd9c3
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.2"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
8
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9
- val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"
+ val catsParse = "org.typelevel" %% "cats-parse" % "1.0.0"
10
val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
11
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
12
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
0 commit comments