diff --git a/build.sbt b/build.sbt index f3c4b5c..2e81c1d 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / githubWorkflowBuild := Seq( ) lazy val Vers = new { - val circe = "0.14.1" + val circe = "0.14.7" val scalatest = "3.2.11" }