We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf9021 commit 6857d80Copy full SHA for 6857d80
project/Dependencies.scala
@@ -52,7 +52,7 @@ object Dependencies {
52
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.17"
53
val springMVC = "org.springframework" % "spring-webmvc" % "5.3.39"
54
val scalaReflect: (String, String) => ModuleID = _ % "scala-reflect" % _
55
- val snakeYaml = "org.yaml" % "snakeyaml" % "2.4"
+ val snakeYaml = "org.yaml" % "snakeyaml" % "2.5"
56
val wikitextConfluence = "org.fusesource.wikitext" % "confluence-core" % "1.4"
57
val wikitextTextile = wikitextConfluence.withName("textile-core")
58
0 commit comments