From 40a1ac596701ec9f47a33a57208c1318898a3659 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 14:08:06 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 551f032..89d2762 100644 --- a/build.sbt +++ b/build.sbt @@ -79,7 +79,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0")) .dependsOn(core, testkit % Test) -val circeVersion = "0.14.6" +val circeVersion = "0.14.7" lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full) .in(file("circe"))