diff options
| author | Scala Steward | 2022-12-06 01:14:55 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-06 00:14:55 +0000 |
| commit | 6c1e1b51db5ce49904618cc886adc2406a6174f7 (patch) | |
| tree | 165482056aaaf8756a4fa7185b24aae17693c9f9 /build.sc | |
| parent | 12eb3dd5e804f63d187a9293a7ed430875401f04 (diff) | |
Update commons-text to 1.10.0 (#2566)
Co-authored-by: Jack Koenig <koenig@sifive.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ class firrtlCrossModule(val crossScalaVersion: String) ivy"com.github.scopt::scopt:3.7.1", ivy"net.jcazevedo::moultingyaml:0.4.2", ivy"org.json4s::json4s-native:4.0.6", - ivy"org.apache.commons:commons-text:1.9", + ivy"org.apache.commons:commons-text:1.10.0", ivy"io.github.alexarchambault::data-class:0.2.5", ivy"org.antlr:antlr4-runtime:$antlr4Version", ivy"com.google.protobuf:protobuf-java:$protocVersion", |
