From ddb51216148ba0ce8fa8e7650cf17acaebdc78a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:21:11 +0000 Subject: [PATCH] Update circe-yaml to 0.15.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 103dedd..6c01a5d 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val V = new { val catsEffect = "3.5.4" val circe = "0.14.7" val circeConfig = "0.10.0" - val circeYaml = "0.15.2" + val circeYaml = "0.15.3" val http4s = "0.23.27" val http4sErrors = "0.5.1" val http4sJdkHttpClient = "0.9.1"