Skip to content

Commit

Permalink
Update snakeyaml to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 27, 2023
1 parent 77d9598 commit 38b4e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/yaml/build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies.Version._

crossScalaVersions := Seq(scala212, scala213, scala3)

libraryDependencies ++= Seq("org.yaml" % "snakeyaml" % "2.1")
libraryDependencies ++= Seq("org.yaml" % "snakeyaml" % "2.2")

developers := List(
Developer("ruippeixotog", "Rui Gonçalves", "ruippeixotog@gmail.com", url("https://github.com/ruippeixotog"))
Expand Down

0 comments on commit 38b4e35

Please sign in to comment.