From ab19dd160d8c8fb3b0b4b367e7ca579474c7eab0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:08:17 +0000 Subject: [PATCH] Update snakeyaml to 2.4 --- github-actions/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/build.sbt b/github-actions/build.sbt index c9ea8be6..91e17fd5 100644 --- a/github-actions/build.sbt +++ b/github-actions/build.sbt @@ -1 +1 @@ -libraryDependencies += "org.yaml" % "snakeyaml" % "1.33" +libraryDependencies += "org.yaml" % "snakeyaml" % "2.4"