From 5f9a298168d737bee969a7e7d9e54048ef366563 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:07:11 +0000 Subject: [PATCH] Update argonaut to 6.3.11 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 2b99062..3aacc05 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -5,7 +5,7 @@ run / javaOptions += "-Xmx6G" libraryDependencies ++= { if (scalaBinaryVersion.value.startsWith("2.12")) Seq( - "io.argonaut" %% "argonaut" % "6.3.10", + "io.github.argonaut-io" %% "argonaut" % "6.3.11", "org.json4s" %% "json4s-native" % "4.0.7", "org.json4s" %% "json4s-jackson" % "4.0.7", "org.playframework" %% "play-json" % "3.0.4",