Skip to content

Commit 440f987

Browse files
committed
chore: Downgrade circe-yaml to 0.15.1
1 parent 20db934 commit 440f987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626
"io.circe" %% "circe-core" % "0.14.10",
2727
"io.circe" %% "circe-generic" % "0.14.10",
2828
"io.circe" %% "circe-parser" % "0.14.10",
29-
"io.circe" %% "circe-yaml" % "0.16.0"
29+
"io.circe" %% "circe-yaml" % "0.15.1"
3030
)
3131

3232
val http4s: Seq[ModuleID] = Seq(

0 commit comments

Comments
 (0)