From 674cbaf5162ebd5b2c676b4122b7b9b5fe99150f Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Mon, 24 Jan 2022 00:18:19 +0000 Subject: [PATCH] Update json4s-native to 4.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61a994a..4dba15c 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.4" ) \ No newline at end of file