From 0f32468cd45e84552c0ad761b79a8a26e60c9bfa Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 25 Feb 2025 21:43:48 +0100 Subject: [PATCH] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c331194..784e2f1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.util.Properties val json4sVersion = "4.0.7" -val circeVersion = "0.14.9" +val circeVersion = "0.14.10" val pekkoVersion = "1.1.0" val playVersion = "3.0.4"