From f81440af88a16501bb2583f004ecc8125a78a243 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 13:58:33 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ba1bebb..b519e3e 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ lazy val isProductionBuild = sys.env.getOrElse("PROD", "false") == "true" Global / onChangedBuildSource := ReloadOnSourceChanges -val circe = "0.14.1" +val circe = "0.14.15" lazy val baseSettings: Project => Project = { _.enablePlugins(ScalaJSPlugin)