diff options
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 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" % "4.0.6", - "org.apache.commons" % "commons-text" % "1.9", + "org.apache.commons" % "commons-text" % "1.10.0", "io.github.alexarchambault" %% "data-class" % "0.2.5", "com.lihaoyi" %% "os-lib" % "0.8.1" ), @@ -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", |
