From 3f989b0d187fde406f15672e569f7133ca68c39c Mon Sep 17 00:00:00 2001 From: Emarsys Security Date: Thu, 20 Oct 2022 21:06:00 +0200 Subject: [PATCH] DIME-379: Update escher-akka-http from 1.3.36 to 1.3.37 (#170) Co-authored-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7bb366e..917db3b 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % Test, "com.typesafe.akka" %% "akka-stream-testkit" % akkaV % Test, "org.scalatest" %% "scalatest" % scalaTestV % Test, - "com.emarsys" %% "escher-akka-http" % "1.3.36", + "com.emarsys" %% "escher-akka-http" % "1.3.37", "joda-time" % "joda-time" % "2.12.0", "org.joda" % "joda-convert" % "2.2.2", "com.github.pureconfig" %% "pureconfig" % "0.17.1"