From b1cb3f2ea8b96031db98dc5bd574171332606adb Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Fri, 10 Sep 2021 00:39:56 +0000 Subject: [PATCH] Update spray-json to 2.2.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d57d54..68de2cd 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val engine = project.in(file("modules/engine")) .settings(libraryDependencies ++= sparkLibraryDependencies) lazy val commonLibraryDependencies = Seq( - "com.softwaremill.sttp.client" %% "spray-json" % "2.2.9", + "com.softwaremill.sttp.client" %% "spray-json" % "2.2.10", "ch.qos.logback" % "logback-classic" % "1.2.3", "org.scalatest" %% "scalatest" % "3.2.9" % Test