From 95820bb8dbbcb365389a5d14f058f14c1698491f Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Wed, 26 May 2021 00:40:27 +0000 Subject: [PATCH] Update json4s-native to 4.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 39638bd..b673ff2 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ scalaVersion := "2.13.5" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-http" % "10.2.4", - "org.json4s" %% "json4s-native" % "3.6.11", + "org.json4s" %% "json4s-native" % "4.0.0", "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test ) \ No newline at end of file