From 8c252652fad2cc776b554834e7781792013db0f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Apr 2024 13:44:59 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }