aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2020-08-13 01:50:33 +0200
committerGitHub2020-08-12 23:50:33 +0000
commit7e2101e02ab8273f459887fe5bbf53f4f6ba7597 (patch)
treeec21a224fa2bb8c5616ad9fdc66f641c788ba6a2 /build.sbt
parentb8d0af4d6b32106606130b78c5c24dabf9c9709a (diff)
Update json4s-native to 3.6.9 (#1692)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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 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