diff options
| author | Scala Steward | 2022-12-06 00:12:03 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-05 23:12:03 +0000 |
| commit | a72029b707af16f0f6bef359ead638a463b1a0a3 (patch) | |
| tree | f4a501b827e25ce0005d73f112f6d5dda895bd41 | |
| parent | 146e82c5342ccf67f446b6772a3894315171483c (diff) | |
Update json4s-native to 4.0.6 (#2567)
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-15" % "3.2.11.0" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "org.json4s" %% "json4s-native" % "4.0.5", + "org.json4s" %% "json4s-native" % "4.0.6", "org.apache.commons" % "commons-text" % "1.9", "io.github.alexarchambault" %% "data-class" % "0.2.5", "com.lihaoyi" %% "os-lib" % "0.8.1" @@ -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:4.0.5", + ivy"org.json4s::json4s-native:4.0.6", ivy"org.apache.commons:commons-text:1.9", ivy"io.github.alexarchambault::data-class:0.2.5", ivy"org.antlr:antlr4-runtime:$antlr4Version", |
