From 7e2101e02ab8273f459887fe5bbf53f4f6ba7597 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Aug 2020 01:50:33 +0200 Subject: Update json4s-native to 3.6.9 (#1692) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- build.sbt | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7c877761..f45459b0 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val commonSettings = 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.8", + "org.json4s" %% "json4s-native" % "3.6.9", "org.apache.commons" % "commons-text" % "1.8" ), // starting with scala 2.13 the parallel collections are separate from the standard library diff --git a/build.sc b/build.sc index 662135e6..f1656666 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.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" -- cgit v1.2.3