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 55bd9c3 commit 290eabdCopy full SHA for 290eabd
project/Dependencies.scala
@@ -7,7 +7,7 @@ object Dependencies {
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" % "1.0.0"
10
- val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
+ val circeConfig = "io.circe" %% "circe-config" % "0.10.1"
11
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
12
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
13
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
0 commit comments