Skip to content

Commit

Permalink
Update circe-config to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 8, 2023
1 parent f69abe1 commit 694afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"
val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
val circeConfig = "io.circe" %% "circe-config" % "0.10.1"
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
Expand Down

0 comments on commit 694afbc

Please sign in to comment.