Update dependency org.json4s:json4s-native to v4

This commit is contained in:
Renovate Bot 2021-05-25 23:59:15 +00:00
parent fa791dc122
commit 988eec6238
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -64,7 +64,7 @@ lazy val psforeverSettings = Seq(
"org.scala-graph" %% "graph-core" % "1.13.2",
"io.kamon" %% "kamon-bundle" % "2.1.18",
"io.kamon" %% "kamon-apm-reporter" % "2.1.18",
"org.json4s" %% "json4s-native" % "3.6.11",
"org.json4s" %% "json4s-native" % "4.0.0",
"io.getquill" %% "quill-jasync-postgres" % "3.7.1",
"org.flywaydb" % "flyway-core" % "7.9.1",
"org.postgresql" % "postgresql" % "42.2.20",