Skip to content

Commit

Permalink
Update circe-literal, circe-parser to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Aug 31, 2023
1 parent 6ffa77f commit 5a0b7b2
Showing 1 changed file with 1 addition and 1 deletion.
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.6"
Seq(
"org.scala-js" %%% "scalajs-dom" % "2.2.0",
"io.circe" %%% "circe-literal" % circeV,
Expand Down

0 comments on commit 5a0b7b2

Please sign in to comment.