Skip to content

Commit

Permalink
Merge branch 'master' into update/jline-terminal-3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skhdl authored Aug 19, 2024
2 parents 90ccb53 + 0be070b commit aad5512
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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.26.3"
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 apacheOpennlpVer = "2.3.2"
val gsonVer = "2.11.0"
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 Expand Up @@ -69,7 +69,7 @@ lazy val libs = Seq(
"org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVer,
"org.apache.logging.log4j" % "log4j-api" % log4jVer,
"org.jline" % "jline-terminal" % jlineVer,
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)

val commonScalaDoc = Seq(
Expand Down
2 changes: 1 addition & 1 deletion nlpcraft-examples/calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This example data model represents simple calculator. It supports '+', '-', '*'
Note that first argument can be omitted and last operation result will be used instead.

### Documentation
See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
See [Getting Started](https://nlpcraft.apache.org/docs.html) guide for more instructions on how to run these examples.

For any questions, feedback or suggestions:

Expand Down
2 changes: 1 addition & 1 deletion nlpcraft-examples/pizzeria/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
This example provides a simple implementation for NLI-powered pizzeria order bot.

### Documentation
See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
See [Getting Started](https://nlpcraft.apache.org/docs.html) guide for more instructions on how to run these examples.

For any questions, feedback or suggestions:

Expand Down
2 changes: 1 addition & 1 deletion nlpcraft-examples/time/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This example data model answers the questions about current time, either local t
It provides YAML response with time and timezone information and uses YAML model definition.

### Documentation
See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
See [Getting Started](https://nlpcraft.apache.org/docs.html) guide for more instructions on how to run these examples.

For any questions, feedback or suggestions:

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 aad5512

Please sign in to comment.