Skip to content

Commit

Permalink
Update json4s-native to 3.6.11 (chipsalliance#2138)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiuyang Liu <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 28, 2021
1 parent 3774ac0 commit 190419b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 190419b

Please sign in to comment.