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
View File

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