diff --git a/project/plugins.sbt b/project/plugins.sbt index ca11355b..cdb5f4a5 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.14" libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.2" diff --git a/zio-sbt-ecosystem/build.sbt b/zio-sbt-ecosystem/build.sbt index 45a5212e..97baf4c9 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.14" libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.2"