From 20ba19ebd7fd7e78cb661afd716feb453a4a6298 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jun 2025 15:49:03 +0000 Subject: [PATCH] Update circe-yaml to 0.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f86c2a1..ed87db1 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ libraryDependencies ++= { "com.outr" %% "scribe-slf4j" % "3.16.1", "io.circe" %% "circe-core" % "0.14.13", "io.circe" %% "circe-generic" % "0.14.13", - "io.circe" %% "circe-yaml" % "0.14.2", + "io.circe" %% "circe-yaml" % "0.16.1", "com.github.alexarchambault" %% "case-app" % "2.0.6", "org.scalaz" %% "scalaz-core" % "7.3.8", "dev.zio" %% "zio-test" % zioVersion % Test,