From ef3d45d42b8193c143ccf32e3a50bf8f96c0bc80 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 00:21:31 +0000 Subject: [PATCH] Update circe-core to 0.14.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c95bc0..89538dc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.19") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.3", + "io.circe" %% "circe-core" % "0.14.6", "io.circe" %% "circe-yaml" % "0.14.1" )