Skip to content

Commit 59e56e2

Browse files
Update circe-yaml to 0.14.2 (#165)
1 parent 5f8cc32 commit 59e56e2

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
@@ -68,7 +68,7 @@ lazy val cli = project
6868
libraryDependencies ++= Seq(
6969
"com.outr" %% "scribe-slf4j" % "3.10.4",
7070
"com.github.alexarchambault" %% "case-app" % "2.0.6",
71-
"io.circe" %% "circe-yaml" % "0.14.1",
71+
"io.circe" %% "circe-yaml" % "0.14.2",
7272
),
7373
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
7474
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),

0 commit comments

Comments
 (0)