From cfd1cf76c784184b98d5b8a71fb7cee62d586ce9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Nov 2021 08:31:42 +0100 Subject: Update commons-text to 1.9 (#1789) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') 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" ), -- cgit v1.2.3