From 5aa150e577c6959bc9c4b8b82fea78259827b6d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Nov 2022 14:30:22 +0000 Subject: [PATCH] Update circe-yaml to 0.14.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 709ab60..7e6f1ac 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ lazy val cli = project libraryDependencies ++= Seq( "com.outr" %% "scribe-slf4j" % "3.10.4", "com.github.alexarchambault" %% "case-app" % "2.0.6", - "io.circe" %% "circe-yaml" % "0.14.1", + "io.circe" %% "circe-yaml" % "0.14.2", ), gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"), buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),