From b2875c1794e4d01c4730cf7061409e9949df6395 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 13:07:07 +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 5ebeeed..8582ea3 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val cli = project libraryDependencies ++= Seq( "com.outr" %% "scribe-slf4j" % scribeVersion, "com.github.alexarchambault" %% "case-app" % "2.0.6", - "io.circe" %% "circe-yaml" % "0.14.2", + "io.circe" %% "circe-yaml" % "0.15.2", ), gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"), buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),