From b0d995f06072793f50cc1c27b629c2c32f9d4597 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:08:56 +0000 Subject: [PATCH] Update snakeyaml to 2.5 --- 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..0f0b0585 100644 --- a/github-actions/build.sbt +++ b/github-actions/build.sbt @@ -1 +1 @@ -libraryDependencies += "org.yaml" % "snakeyaml" % "1.33" +libraryDependencies += "org.yaml" % "snakeyaml" % "2.5"