We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22345e4 commit 903c2b6Copy full SHA for 903c2b6
build.sbt
@@ -97,6 +97,11 @@ lazy val root: Project = (project in file("."))
97
++ jacksonOverrides
98
++ pekkoSerializationJacksonOverrides,
99
dependencyOverrides += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", // Avoid binary incompatibility error.
100
+ // See https://github.com/guardian/janus-app/security/dependabot/19
101
+ excludeDependencies += ExclusionRule(
102
+ organization = "net.sourceforge.htmlunit",
103
+ name = "htmlunit"
104
+ ),
105
106
// local development
107
playDefaultPort := 9100,
0 commit comments