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 committed Aug 5, 2024
1 parent ee8b19f commit 7e0018d
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 7e0018d

Please sign in to comment.