From 978efa0a57cf44363b68050109d442fce69e7c91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 16:26:49 +0000 Subject: [PATCH] Update circe-yaml to 0.15.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0b77987..4cc533b 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ libraryDependencies ++= { "com.outr" %% "scribe-slf4j" % "3.11.9", "io.circe" %% "circe-core" % "0.14.5", "io.circe" %% "circe-generic" % "0.14.5", - "io.circe" %% "circe-yaml" % "0.14.2", + "io.circe" %% "circe-yaml" % "0.15.2", "com.github.alexarchambault" %% "case-app" % "2.0.6", "org.scalaz" %% "scalaz-core" % "7.3.8", "dev.zio" %% "zio-test" % zioVersion % Test,