From 89f1add16a970bedb041009d851f0f7bdff0d69d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 08:02:56 +0000 Subject: [PATCH] Update dependency org.snakeyaml:snakeyaml-engine to v2.8 --- project/plugins.sbt | 2 +- zio-sbt-ecosystem/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c22c5c13..3de4d394 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,6 +25,6 @@ addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2") // Benchmarking Plugins addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8" libraryDependencies += "dev.zio" %% "zio" % "2.1.8" libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.2" diff --git a/zio-sbt-ecosystem/build.sbt b/zio-sbt-ecosystem/build.sbt index ee47bfa6..cb423d68 100644 --- a/zio-sbt-ecosystem/build.sbt +++ b/zio-sbt-ecosystem/build.sbt @@ -29,6 +29,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0") // Binary Compatibility Plugin addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8" libraryDependencies += "dev.zio" %% "zio" % "2.1.8" libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.2"