aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorLucheng Zhang2022-04-22 01:24:42 +0800
committerGitHub2022-04-21 17:24:42 +0000
commitf31416a8b7122ab29b3243c5d35670030e244455 (patch)
tree10277e0391c5a4edaf0ef600ce34c51d4d5bc9bc /build.sbt
parent9c1d139470605059124178f40502cbb84383ff6f (diff)
Update json4s-native to 4.0.5 (#2519)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 1272900b..10ccdb75 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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" % "3.6.12",
+ "org.json4s" %% "json4s-native" % "4.0.5",
"org.apache.commons" % "commons-text" % "1.9",
"io.github.alexarchambault" %% "data-class" % "0.2.5",
"com.lihaoyi" %% "os-lib" % "0.8.1"