From d50469a039f7f61c86df7726312b62463db8df88 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:33:25 +0100 Subject: [PATCH] Update snakeyaml-engine to 2.9 (#935) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b902acd7..c50bd953 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6") -libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8" +libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9" libraryDependencies += "com.spotify" % "missinglink-core" % "0.2.11" resolvers ++= Resolver.sonatypeOssRepos("public")