Skip to content

Commit

Permalink
Update dependency org.snakeyaml:snakeyaml-engine to v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent b371db4 commit 186c289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion zio-sbt-ecosystem/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 186c289

Please sign in to comment.