Skip to content

Commit

Permalink
Merge branch 'master' into update/opennlp-tools-2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skhdl authored Aug 19, 2024
2 parents e304c77 + 1f4355b commit 78aa37a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ val nlpcraftVer = "1.0.0"
// Common libraries.
val scalaMajVer = "3"
val scalaMinVer = "2.2"
val log4jVer = "2.21.0"
val log4jVer = "2.21.1"
val scalaLoggingVer = "3.9.5"
val orgAntlr4Ver = "4.13.0"
val jlineVer = "3.25.1"
val commonsIoVer = "2.14.0"
val commonsIoVer = "2.16.1"
val commonsLang3Ver = "3.13.0"
val commonsCodecVer = "1.16.0"
val commonsCodecVer = "1.16.1"
val commonsCollectionsVer = "4.4"
val gsonVer = "2.10.1"
val jacksonVer = "2.15.3"
val jacksonVer = "2.16.1"
val apacheOpennlpVer = "2.3.3"

// Stanford project libraries.
val stanfordCoreNLPVer = "4.5.6"
val stanfordCoreNLPVer = "4.5.7"

// Examples libraries.
val languagetoolVer = "6.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.8
sbt.version = 1.9.9

0 comments on commit 78aa37a

Please sign in to comment.