Skip to content

Commit 6857d80

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update snakeyaml to 2.5
1 parent abf9021 commit 6857d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object Dependencies {
5252
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.17"
5353
val springMVC = "org.springframework" % "spring-webmvc" % "5.3.39"
5454
val scalaReflect: (String, String) => ModuleID = _ % "scala-reflect" % _
55-
val snakeYaml = "org.yaml" % "snakeyaml" % "2.4"
55+
val snakeYaml = "org.yaml" % "snakeyaml" % "2.5"
5656
val wikitextConfluence = "org.fusesource.wikitext" % "confluence-core" % "1.4"
5757
val wikitextTextile = wikitextConfluence.withName("textile-core")
5858

0 commit comments

Comments
 (0)