We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8cc32 commit 59e56e2Copy full SHA for 59e56e2
1 file changed
build.sbt
@@ -68,7 +68,7 @@ lazy val cli = project
68
libraryDependencies ++= Seq(
69
"com.outr" %% "scribe-slf4j" % "3.10.4",
70
"com.github.alexarchambault" %% "case-app" % "2.0.6",
71
- "io.circe" %% "circe-yaml" % "0.14.1",
+ "io.circe" %% "circe-yaml" % "0.14.2",
72
),
73
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
74
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),
0 commit comments