From c14e73afd71356615249565fc7e26f4c0235339f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Sep 2024 02:47:26 +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 bf106856..bd24987f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,6 +26,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8" resolvers += Resolver.sonatypeRepo("public")