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 16eef78 commit 8bc3b0a
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 @@ -33,7 +33,7 @@ scalacOptions := {
}
}

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

libraryDependencies := {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 8bc3b0a

Please sign in to comment.