Skip to content

Commit fb9d008

Browse files
committed
Update circe-generic, circe-literal, ... to 0.14.7
1 parent c83ed8a commit fb9d008

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
@@ -8,7 +8,7 @@ object Dependencies {
88
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
99
val catsParse = "org.typelevel" %% "cats-parse" % "1.0.0"
1010
val circeConfig = "io.circe" %% "circe-config" % "0.10.1"
11-
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
11+
val circeGeneric = "io.circe" %% "circe-generic" % "0.14.7"
1212
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
1313
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
1414
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision

0 commit comments

Comments
 (0)