Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.7 (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff May <jeff.n.may@gmail.com>
  • Loading branch information
scala-steward and jeffmay committed Nov 1, 2023
1 parent 92c605f commit 7659de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val Versions = new {
val scalaTest = "3.2.17"
val scalaTestPlus = "3.2.14.0"
val snakeYaml = "2.2"
val snakeYamlEngine = "2.6"
val snakeYamlEngine = "2.7"
val previousCirceYamls = Set("0.14.0", "0.14.1", "0.14.2")

val scala212 = "2.12.18"
Expand Down

0 comments on commit 7659de5

Please sign in to comment.