From 63be416dbb01e9f75e7fda1ff05983bc4cb647db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:03:07 +0000 Subject: [PATCH] chore(deps): update dependency io.circe:circe-yaml to v1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e12eb2e..4707d78 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val root = project "net.ruippeixotog" %% "scala-scraper" % "3.1.0", "net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1", "com.github.pathikrit" %% "better-files" % "3.9.2", - "io.circe" %% "circe-yaml" % "0.14.2", + "io.circe" %% "circe-yaml" % "1.15.0", "io.circe" %% "circe-core" % "0.14.6", "io.circe" %% "circe-generic" % "0.14.6", "io.circe" %% "circe-parser" % "0.14.6",