From 5a0b7b294c284f3374088e157554f406e0091eb5 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 04:05:42 +0000 Subject: [PATCH] Update circe-literal, circe-parser to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e1b397a..d433ae0 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val `scheduled-maintenance` = (project in file("core")) .settings( description := "Cloudflare worker to return 503s from API endpoints during scheduled maintenance", libraryDependencies ++= { - val circeV = "0.14.2" + val circeV = "0.14.6" Seq( "org.scala-js" %%% "scalajs-dom" % "2.2.0", "io.circe" %%% "circe-literal" % circeV,