Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ThisBuild / scalacOptions := Seq(
// See https://support.snyk.io/hc/en-us/articles/9590215676189-Deeply-nested-Scala-projects-have-dependencies-truncated
ThisBuild / asciiGraphWidth := 999999999

val languageToolVersion = "6.7"
val languageToolVersion = "6.8"
val awsSdkVersion = "2.42.31"
val capiModelsVersion = "34.0.0"
val capiClientVersion = "40.0.0"
Expand Down Expand Up @@ -69,6 +69,8 @@ val commonSettings = Seq(
"com.google.apis" % "google-api-services-sheets" % "v4-rev20221216-2.0.0",
"org.languagetool" % "languagetool-core" % languageToolVersion,
"org.languagetool" % "language-en" % languageToolVersion,
// Needed to evict vulnerable transitive version: 1.9.4
"org.apache.opennlp" % "opennlp-tools" % "2.5.9",
"com.gu" %% "content-api-models-scala" % capiModelsVersion,
"com.gu" %% "content-api-models-json" % capiModelsVersion,
"com.gu" %% "content-api-client-default" % capiClientVersion,
Expand Down
Loading