From 4bc5d1b98ab91118f99368208328d17ba98d0553 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Thu, 16 Dec 2021 00:24:33 +0000 Subject: [PATCH] Update json4s-native to 3.6.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 39638bd..ca005e7 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" % "3.6.12", "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test ) \ No newline at end of file