aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2021-11-20 08:31:42 +0100
committerGitHub2021-11-20 07:31:42 +0000
commitcfd1cf76c784184b98d5b8a71fb7cee62d586ce9 (patch)
tree9b98a643d2eac620e391580704462185f928e57f /build.sbt
parentb295c87fe9e22309d938597a04de9ea95743bae8 (diff)
Update commons-text to 1.9 (#1789)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index d0c03cac..7edd0755 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"
),