diff options
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ lazy val commonSettings = Seq( "org.scalatest" %% "scalatest" % "3.1.1" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % "test", "com.github.scopt" %% "scopt" % "3.7.1", - "net.jcazevedo" %% "moultingyaml" % "0.4.1", + "net.jcazevedo" %% "moultingyaml" % "0.4.2", "org.json4s" %% "json4s-native" % "3.6.7", "org.apache.commons" % "commons-text" % "1.8" ), @@ -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", |
