Skip to content

Commit

Permalink
Update snakeyaml to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 6d6b236 commit 16956a6
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 @@ -102,7 +102,7 @@ lazy val commonLib = project("common-lib").settings(
"com.gu" %% "scanamo" % "1.0.0-M8",
// Necessary to have a mix of play library versions due to scala-java8-compat incompatibility
"com.typesafe.play" %% "play-ahc-ws" % "2.8.20",
"org.yaml" % "snakeyaml" % "1.31"
"org.yaml" % "snakeyaml" % "1.33"
),
dependencyOverrides += "org.apache.thrift" % "libthrift" % "0.13.0"
)
Expand Down

0 comments on commit 16956a6

Please sign in to comment.