Skip to content

Commit a81b60e

Browse files
committed
Update circe-yaml to 0.16.1
1 parent c1f5606 commit a81b60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lazy val cli = project
7070
libraryDependencies ++= Seq(
7171
"com.outr" %% "scribe-slf4j" % scribeVersion,
7272
"com.github.alexarchambault" %% "case-app" % "2.1.0",
73-
"io.circe" %% "circe-yaml" % "0.14.2",
73+
"io.circe" %% "circe-yaml" % "0.16.1",
7474
),
7575
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
7676
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),

0 commit comments

Comments
 (0)