From 7c29caccf46edb92080f60cbcee8d729197cdd12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Sep 2024 02:47:02 +0000 Subject: [PATCH] Update snakeyaml-engine to 2.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 332acdb..471677e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.25") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8" lazy val codegen = project .in(file("."))