From 3d10bb18d2d2b81f1776af2bf07765fc8c67aa20 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Jul 2021 07:06:33 +0000 Subject: [PATCH] Update dependency org.json4s:json4s-native to v4.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a01ca308..7e4d8920 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ lazy val psforeverSettings = Seq( "org.scala-graph" %% "graph-core" % "1.13.2", "io.kamon" %% "kamon-bundle" % "2.1.20", "io.kamon" %% "kamon-apm-reporter" % "2.1.20", - "org.json4s" %% "json4s-native" % "4.0.1", + "org.json4s" %% "json4s-native" % "4.0.2", "io.getquill" %% "quill-jasync-postgres" % "3.8.0", "org.flywaydb" % "flyway-core" % "7.11.3", "org.postgresql" % "postgresql" % "42.2.23",