Skip to content

Commit

Permalink
Correct comment on which deps overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthagottlieb committed Nov 2, 2023
1 parent 73409cb commit 9c0aca2
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 @@ -66,7 +66,7 @@ val commonSettings = Seq(
BuildInfoKey.constant("gitCommitId", buildInfo.revision)
)
},
//Necessary to override jackson-databind versions due to AWS and Play incompatibility
//Necessary to override jackson versions due to AWS and Play incompatibility
dependencyOverrides ++= jackson,
//Necessary to override json to resolve vulnerabilities introduced by languagetool-core
dependencyOverrides ++= Seq("org.json" % "json" % "20231013"),
Expand Down

0 comments on commit 9c0aca2

Please sign in to comment.