Skip to content

Commit 290eabd

Browse files
Update circe-config to 0.10.1 (#3203)
* Update circe-config to 0.10.1 * Revert commit(s) 694afbc * Update circe-config to 0.10.1
1 parent 55bd9c3 commit 290eabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
88
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
99
val catsParse = "org.typelevel" %% "cats-parse" % "1.0.0"
10-
val circeConfig = "io.circe" %% "circe-config" % "0.10.0"
10+
val circeConfig = "io.circe" %% "circe-config" % "0.10.1"
1111
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
1212
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
1313
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision

0 commit comments

Comments
 (0)