diff options
| author | Scala Steward | 2020-08-13 01:50:33 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-12 23:50:33 +0000 |
| commit | 7e2101e02ab8273f459887fe5bbf53f4f6ba7597 (patch) | |
| tree | ec21a224fa2bb8c5616ad9fdc66f641c788ba6a2 /build.sc | |
| parent | b8d0af4d6b32106606130b78c5c24dabf9c9709a (diff) | |
Update json4s-native to 3.6.9 (#1692)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule ivy"${scalaOrganization()}:scala-reflect:${scalaVersion()}", ivy"com.github.scopt::scopt:3.7.1", ivy"net.jcazevedo::moultingyaml:0.4.2", - ivy"org.json4s::json4s-native:3.6.8", + ivy"org.json4s::json4s-native:3.6.9", ivy"org.apache.commons:commons-text:1.7", ivy"org.antlr:antlr4-runtime:4.7.1", ivy"com.google.protobuf:protobuf-java:3.5.1" |
