Skip to content

Commit

Permalink
Merge pull request #4391 from guardian/an/no-snakeyaml
Browse files Browse the repository at this point in the history
remove snakeyaml dependency
  • Loading branch information
andrew-nowak authored Jan 9, 2025
2 parents 97764d8 + 7eee0fc commit d36b478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ lazy val commonLib = project("common-lib").settings(
"org.scanamo" %% "scanamo" % "2.0.0",
// Necessary to have a mix of play library versions due to scala-java8-compat incompatibility
ws,
"org.yaml" % "snakeyaml" % "1.31",
"org.testcontainers" % "elasticsearch" % "1.19.2" % Test
),
dependencyOverrides += "ch.qos.logback" % "logback-classic" % "1.2.13" % Test
Expand Down

0 comments on commit d36b478

Please sign in to comment.