Update stanford-corenlp to 4.0.0

This commit is contained in:
Scala Steward 2020-04-21 16:29:37 +02:00
parent 44736854c8
commit 61edac7460
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -30,7 +30,7 @@ object Dependencies {
val PureConfigVersion = "0.12.3"
val Slf4jVersion = "1.7.30"
val SqliteVersion = "3.30.1"
val StanfordNlpVersion = "3.9.2"
val StanfordNlpVersion = "4.0.0"
val TikaVersion = "1.24"
val YamuscaVersion = "0.6.1"
val SwaggerUIVersion = "3.25.0"