aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorScala Steward2020-05-06 20:56:16 +0200
committerGitHub2020-05-06 18:56:16 +0000
commitee15321573bcbb6ff8be8f82d2aaaa0fdc408e13 (patch)
tree4343384e63c30216a88950fff2853e399db0700d /build.sc
parentfc0ea33f03c0e3b9eb8b49c08de43a2cb365757c (diff)
Update moultingyaml to 0.4.2 (#1480)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 4446c328..f4c7b923 100644
--- a/build.sc
+++ b/build.sc
@@ -45,7 +45,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"${scalaOrganization()}:scala-reflect:${scalaVersion()}",
ivy"com.github.scopt::scopt:3.7.1",
- ivy"net.jcazevedo::moultingyaml:0.4.1",
+ ivy"net.jcazevedo::moultingyaml:0.4.2",
ivy"org.json4s::json4s-native:3.6.7",
ivy"org.apache.commons:commons-text:1.7",
ivy"org.antlr:antlr4-runtime:4.7.1",