diff options
| author | Scala Steward | 2021-11-11 08:48:03 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-11 07:48:03 +0000 |
| commit | 53aca61570d616368ea3a879d56df7bfbb75d289 (patch) | |
| tree | 38e08bba600853b92681f2e86b2c7844ba382d92 | |
| parent | 92566dc3a7187c926c0188697dbedf6d1ee7f520 (diff) | |
Update json4s-native to 3.6.12 (#2406)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ lazy val firrtlSettings = Seq( "org.scalatestplus" %% "scalacheck-1-14" % "3.1.3.0" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "org.json4s" %% "json4s-native" % "3.6.11", + "org.json4s" %% "json4s-native" % "3.6.12", "org.apache.commons" % "commons-text" % "1.8", "io.github.alexarchambault" %% "data-class" % "0.2.5", "com.lihaoyi" %% "os-lib" % "0.7.8" @@ -47,7 +47,7 @@ class firrtlCrossModule(val crossScalaVersion: String) 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.11", + ivy"org.json4s::json4s-native:3.6.12", ivy"org.apache.commons:commons-text:1.8", ivy"io.github.alexarchambault::data-class:0.2.5", ivy"org.antlr:antlr4-runtime:$antlr4Version", |
