From 2dcfa8b847edc5259174e3755314613e56f9e157 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jun 2024 18:24:45 +0000 Subject: [PATCH] Update argonaut to 6.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4bee47ec..8014dc87 100644 --- a/build.sbt +++ b/build.sbt @@ -197,7 +197,7 @@ lazy val slickPgArgonaut = (project in file("./addons/argonaut")) name := "slick-pg_argonaut", description := "Slick extensions for PostgreSQL - argonaut module", libraryDependencies := mainDependencies(scalaVersion.value) ++ - Seq("io.argonaut" %% "argonaut" % "6.3.9") + Seq("io.argonaut" %% "argonaut" % "6.3.10") ) .dependsOn (slickPgCore % "test->test;compile->compile")