From 9fecf882fd818198f961890f4ca2319d99b66300 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:18:09 +0000 Subject: [PATCH] Update snakeyaml to 2.6 --- 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..1e715c6f 100644 --- a/github-actions/build.sbt +++ b/github-actions/build.sbt @@ -1 +1 @@ -libraryDependencies += "org.yaml" % "snakeyaml" % "1.33" +libraryDependencies += "org.yaml" % "snakeyaml" % "2.6"