diff options
| author | Scala Steward | 2021-11-20 08:31:42 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 07:31:42 +0000 |
| commit | cfd1cf76c784184b98d5b8a71fb7cee62d586ce9 (patch) | |
| tree | 9b98a643d2eac620e391580704462185f928e57f /build.sbt | |
| parent | b295c87fe9e22309d938597a04de9ea95743bae8 (diff) | |
Update commons-text to 1.9 (#1789)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ lazy val firrtlSettings = Seq( "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "org.json4s" %% "json4s-native" % "3.6.12", - "org.apache.commons" % "commons-text" % "1.8", + "org.apache.commons" % "commons-text" % "1.9", "io.github.alexarchambault" %% "data-class" % "0.2.5", "com.lihaoyi" %% "os-lib" % "0.7.8" ), |
