diff options
| author | Scala Steward | 2020-02-12 01:16:11 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-12 00:16:11 +0000 |
| commit | 4531a8ff2edf4cb7b06ba46ff6fc82ca2a7a1ec1 (patch) | |
| tree | 77424c52ee2e4477df8710fe6809f5c21313713b | |
| parent | 386c2fef3c548d89498659092a04aa89c48bbe45 (diff) | |
Update commons-text to 1.8 (#1333)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.4.1" libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7" -libraryDependencies += "org.apache.commons" % "commons-text" % "1.7" +libraryDependencies += "org.apache.commons" % "commons-text" % "1.8" // Java PB |
