Skip to content

Commit

Permalink
Merge branch 'master' into update/jline-terminal-3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skhdl authored Oct 16, 2024
2 parents 237f2fc + ea4591e commit 165aedb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ val nlpcraftVer = "1.0.0"
// Common libraries.
val scalaMajVer = "3"
val scalaMinVer = "2.2"
val log4jVer = "2.21.1"
val log4jVer = "2.24.1"
val scalaLoggingVer = "3.9.5"
val orgAntlr4Ver = "4.13.0"
val jlineVer = "3.27.1"
val commonsIoVer = "2.16.1"
val commonsLang3Ver = "3.16.0"
val commonsCodecVer = "1.16.1"
val commonsIoVer = "2.17.0"
val commonsLang3Ver = "3.17.0"
val commonsCodecVer = "1.17.1"
val commonsCollectionsVer = "4.4"
val gsonVer = "2.11.0"
val jacksonVer = "2.16.1"
val apacheOpennlpVer = "2.3.3"
val jacksonVer = "2.16.2"
val apacheOpennlpVer = "2.4.0"

// Stanford project libraries.
val stanfordCoreNLPVer = "4.5.7"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<maven.gpg.plugin.ver>1.6</maven.gpg.plugin.ver>
<org.antlr4.ver>4.11.1</org.antlr4.ver>
<jline.ver>3.23.0</jline.ver>
<commons.io.ver>2.11.0</commons.io.ver>
<commons.io.ver>2.14.0</commons.io.ver>
<commons.lang3.ver>3.12.0</commons.lang3.ver>
<commons.codec.ver>1.15</commons.codec.ver>
<commons.collections.ver>4.4</commons.collections.ver>
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.9
sbt.version = 1.10.2

0 comments on commit 165aedb

Please sign in to comment.