From 53cc19075f7e5020064c048454554ce102fa6e82 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Tue, 27 Jul 2021 00:29:54 +0000 Subject: [PATCH] Update json4s-native to 4.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61a994a..781e3de 100644 --- a/build.sbt +++ b/build.sbt @@ -12,5 +12,5 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor-typed" % AkkaVersion, "com.typesafe.akka" %% "akka-stream" % AkkaVersion, "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion, - "org.json4s" %% "json4s-native" % "4.0.1" + "org.json4s" %% "json4s-native" % "4.0.3" ) \ No newline at end of file