Skip to content

Commit cb3bbf5

Browse files
scala-stewardbalhoff
authored andcommitted
Update circe-yaml to 0.16.0
1 parent 797bfd5 commit cb3bbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.6",
73-
"io.circe" %% "circe-yaml" % "0.14.2",
73+
"io.circe" %% "circe-yaml" % "0.16.0",
7474
),
7575
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
7676
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),

0 commit comments

Comments
 (0)