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 fd8c776 commit 1346aa9Copy full SHA for 1346aa9
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.8"
12
val circeConfig = "io.circe" %% "circe-config" % "0.8.0"
13
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.3"
14
- val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.2"
+ val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
15
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
16
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
17
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
0 commit comments