From aa4a7376055ba919a1e090eba842c1ae091a0cb2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 17 Mar 2026 00:44:24 +0000 Subject: [PATCH] Update akka-http-cors to 1.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d10f2687..fea31f856 100644 --- a/build.sbt +++ b/build.sbt @@ -317,7 +317,7 @@ lazy val testServer = (projectMatrix in file("testing/server")) name := "testing-server", libraryDependencies ++= Seq( akkaHttp, - "ch.megard" %% "akka-http-cors" % "1.2.0", + "ch.megard" %% "akka-http-cors" % "1.3.1", akkaStreams ), // the test server needs to be started before running any backend tests