From ae884bb77f463c86cf81607d2f05673b41c060d3 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:31:13 +0000 Subject: [PATCH] Update circe-parser to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68bccc6..a4e67db 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ val V = new { val scalaNative = "0.4.17" - val circe = "0.14.6" + val circe = "0.14.10" val supportedScalaVersions = List(scala213, scala212, scala3) }