From 538749ed5500d356d2c607e59782b58d1b6bc7ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 04:30:05 +0000 Subject: [PATCH] Update circe-core to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd445b2..b5fb2d3 100644 --- a/build.sbt +++ b/build.sbt @@ -195,7 +195,7 @@ lazy val circe = project .settings( name := "tethys-circe", libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.7" + "io.circe" %% "circe-core" % "0.14.8" ) ) .dependsOn(core, `jackson-212` % Test)