From 186c2897b2bee08edbdac16eded60500fee18119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:58:38 +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 b9292898..d27ce9e8 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.16.0" diff --git a/zio-sbt-ecosystem/build.sbt b/zio-sbt-ecosystem/build.sbt index c673cdb8..d01ca563 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.16.0"