From 49f348df3860b3ed0b80b74acce2013633c2c618 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Tue, 2 Jul 2024 02:35:27 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 (#2224) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 73303cd7a..94565c795 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val testServerSettings = Seq( } ) -val circeVersion: String = "0.14.8" +val circeVersion: String = "0.14.9" val jsoniterVersion = "2.30.1"