From 144673085a8bb298cf9a0bbc0f90f09aa0a10ea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:49:41 +1100 Subject: [PATCH] Update dependency org.snakeyaml:snakeyaml-engine to v2.9 (#456) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a7cc11c7..275682f1 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.8" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9" libraryDependencies += "dev.zio" %% "zio" % "2.1.14" libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.2" diff --git a/zio-sbt-ecosystem/build.sbt b/zio-sbt-ecosystem/build.sbt index 1d3714f4..186c134f 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.4") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9" libraryDependencies += "dev.zio" %% "zio" % "2.1.14" libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.2"