aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2020-05-13 17:55:12 -0700
committerGitHub2020-05-14 00:55:12 +0000
commitd6e3cd00aa1ec6faa898b50474b1f4c5deae0f79 (patch)
tree4d471e9c2007fd4f8fd3d4d01ccf49c504515ca5
parent50a90664c1aa1824378b0ba2441ca76963d590a1 (diff)
Update json4s-native to 3.6.8 (#1607)
Co-authored-by: Scala Steward <me@scala-steward.org> Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com> 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 50208ecd..c4705019 100644
--- a/build.sbt
+++ b/build.sbt
@@ -52,7 +52,7 @@ lazy val commonSettings = Seq(
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
"com.github.scopt" %% "scopt" % "3.7.1",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
- "org.json4s" %% "json4s-native" % "3.6.7",
+ "org.json4s" %% "json4s-native" % "3.6.8",
"org.apache.commons" % "commons-text" % "1.8"
),
resolvers ++= Seq(
diff --git a/build.sc b/build.sc
index eaae845d..42380f96 100644
--- a/build.sc
+++ b/build.sc
@@ -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.7",
+ ivy"org.json4s::json4s-native:3.6.8",
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"