aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-04-28 21:34:13 +0200
committerGitHub2021-04-28 19:34:13 +0000
commit190419be314a6e5cbc4d7fdfa14b476fc51246c3 (patch)
treeccc68cddca7d32a7d71dfc2bdff3825b4ad90665
parent3774ac0e8e36bc5ab5fe26cfbb4380c2e977bb8a (diff)
Update json4s-native to 3.6.11 (#2138)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--build.sbt2
-rw-r--r--build.sc2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 7945f512..395c1886 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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.9",
+ "org.json4s" %% "json4s-native" % "3.6.11",
"org.apache.commons" % "commons-text" % "1.8",
"io.github.alexarchambault" %% "data-class" % "0.2.5",
),
diff --git a/build.sc b/build.sc
index 19a78069..36412024 100644
--- a/build.sc
+++ b/build.sc
@@ -41,7 +41,7 @@ class firrtlCrossModule(val crossScalaVersion: String) extends CrossSbtModule wi
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.9",
+ ivy"org.json4s::json4s-native:3.6.11",
ivy"org.apache.commons:commons-text:1.8",
ivy"io.github.alexarchambault::data-class:0.2.5",
ivy"org.antlr:antlr4-runtime:$antlr4Version",