From 3effd6601fca90dcf57216e0d8c0cea1f283e094 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 12 Nov 2020 14:24:15 +0100 Subject: [PATCH] Update spray-json to 1.3.6 (#2256) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index bc62357129..fc011f7969 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -12,7 +12,7 @@ object Deps { val scalaTestPlus = "3.2.1.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/ val slf4j = "1.7.30" - val spray = "1.3.5" + val spray = "1.3.6" val zeromq = "0.5.2" val akkav = "10.1.12" val playv = "2.9.1"