From 5d0d52267ce9e702215c7b2a6527df7e0eb822ef Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sat, 30 Jul 2022 19:03:41 +0200 Subject: [PATCH] chore(dependencies): update akka-http-cors to 1.1.3 (#2103) Co-authored-by: Ivan Subotic <400790+subotic@users.noreply.github.com> Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0e1c7eb739..30ff570e3f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -46,7 +46,7 @@ object Dependencies { // akka val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion // Scala 3 compatible val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion // Scala 3 incompatible - val akkaHttpCors = "ch.megard" %% "akka-http-cors" % "1.0.0" // Scala 3 incompatible + val akkaHttpCors = "ch.megard" %% "akka-http-cors" % "1.1.3" // Scala 3 incompatible val akkaHttpSprayJson = "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion // Scala 3 incompatible val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion // Scala 3 compatible val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion // Scala 3 compatible