From 8d4327b52e782e2430b4c66fb8f7d6832002a73b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 03:40:26 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 6943809c..36f6edf0 100644 --- a/build.sbt +++ b/build.sbt @@ -174,9 +174,9 @@ lazy val slickPgCirceJson = (project in file("./addons/circe-json")) description := "Slick extensions for PostgreSQL - circe module", libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq( - "io.circe" %% "circe-core" % "0.14.6", - "io.circe" %% "circe-generic" % "0.14.6", - "io.circe" %% "circe-parser" % "0.14.6" + "io.circe" %% "circe-core" % "0.14.7", + "io.circe" %% "circe-generic" % "0.14.7", + "io.circe" %% "circe-parser" % "0.14.7" ) ) .dependsOn (slickPgCore % "test->test;compile->compile")