Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update circe-literal, circe-parser to 0.14.4 #96

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
Seq(
"org.scala-js" %%% "scalajs-dom" % "2.2.0",
"io.circe" %%% "circe-literal" % circeV,
Expand Down
Loading