Skip to content

Commit

Permalink
Update snakeyaml to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 26, 2023
1 parent a872731 commit 6830276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
)

val yaml = Seq(
"org.yaml" % "snakeyaml" % "2.0"
"org.yaml" % "snakeyaml" % "2.1"
)

val enumeratum = Seq(
Expand Down

0 comments on commit 6830276

Please sign in to comment.