From a4bb06950f20c127d04fc19f6f7d35e86075ccd8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Sep 2024 02:36:24 +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 2af7ec3..869ab71 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5") addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.3" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8"