Skip to content

Commit

Permalink
Update circe-yaml to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and balhoff committed Sep 26, 2024
1 parent c9ee892 commit 273a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0",
),
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),
Expand Down

0 comments on commit 273a95c

Please sign in to comment.