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 Oct 10, 2024
1 parent 0143f92 commit 4bbfec9
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 @@ -126,7 +126,7 @@ libraryDependencies ++= Seq(
dependencyOverrides += "org.apache.commons" % "commons-text" % "1.10.0"

// Note: we force snakeyaml version here because moultingyaml is not updated
dependencyOverrides += "org.yaml" % "snakeyaml" % "1.33"
dependencyOverrides += "org.yaml" % "snakeyaml" % "2.3"

// Sync with scala-steward pin
val jacksonVersion = "2.14.3"
Expand Down

0 comments on commit 4bbfec9

Please sign in to comment.