Skip to content

Commit

Permalink
Update snakeyaml to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 31, 2024
1 parent 0f2eb8b commit 612024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
(scalaBinaryVersion in update).value
) % Optional

libraryDependencies += "org.yaml" % "snakeyaml" % "2.0"
libraryDependencies += "org.yaml" % "snakeyaml" % "2.3"

libraryDependencies += "com.thoughtworks.dsl" %% "keywords-continue" % "1.5.5"

Expand Down

0 comments on commit 612024e

Please sign in to comment.