From 2b24bbe2886e867c0fbd016a1a095171a2a804de Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:05:25 +0000 Subject: [PATCH] Update circe-generic, circe-literal, ... to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab60c95..46a452f 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty ThisBuild / githubWorkflowPublish := Seq.empty lazy val munitV = "0.7.29" -lazy val circeV = "0.14.2" +lazy val circeV = "0.14.9" lazy val `postgresql-init-core` = (project in file(".")) .settings(