From f3c2fe75c159f41298b9a0c0731e810cd30a694c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Sep 2020 03:20:40 +0000 Subject: [PATCH] Update dependency org.json4s:json4s-native to v3.6.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a5d11a7ed..8a5de640b 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val psforeverSettings = Seq( "org.scala-graph" %% "graph-core" % "1.13.2", "io.kamon" %% "kamon-bundle" % "2.1.6", "io.kamon" %% "kamon-apm-reporter" % "2.1.6", - "org.json4s" %% "json4s-native" % "3.6.9", + "org.json4s" %% "json4s-native" % "3.6.10", "io.getquill" %% "quill-jasync-postgres" % "3.5.3", "org.flywaydb" % "flyway-core" % "6.5.7", "org.postgresql" % "postgresql" % "42.2.16",