From 81ea9167aee6d828bfcb2f2c861c508d26a6f650 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Jun 2026 17:52:36 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7438f1f..6a1731e 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.7.0", "2.13" -> "4.7.0", "3" -> "4.7.0")) .dependsOn(core, testkit % Test) -val circeVersion = "0.14.15" +val circeVersion = "0.14.16" lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full) .in(file("circe"))