Don't update stanford-nlp just yet

With current version (3.9.2) analysis against a test corpus showed
much better results as with version 4.0 dropped in. It needs more
investigation than just bumping versions.
This commit is contained in:
Eike Kettner 2020-04-22 18:31:39 +02:00
parent c2ff9b82be
commit fb348b3a7c
2 changed files with 4 additions and 1 deletions

3
.scala-steward.conf Normal file

@ -0,0 +1,3 @@
updates.ignore = [
{ groupId = "edu.stanford.nlp", artifactId = "stanford-corenlp" }
]

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