From b784560f2e668d1b18a92e378d4840a94b0547fc Mon Sep 17 00:00:00 2001 From: Rhys Mills Date: Thu, 23 Jan 2025 16:14:27 +0000 Subject: [PATCH] Bump languagetool to 6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01f949e54..41edd9b2e 100644 --- a/build.sbt +++ b/build.sbt @@ -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.0" +val languageToolVersion = "6.3" val awsSdkVersion = "1.12.749" val capiModelsVersion = "17.5.1" val capiClientVersion = "19.2.1"