From c7678fc4a42f88617ed2ab5b8fe8a8ea9569f623 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 17 Jan 2026 00:37:46 +0000 Subject: [PATCH] Update akka-http-cors to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06a874604..f40156af9 100644 --- a/build.sbt +++ b/build.sbt @@ -306,7 +306,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.0", akkaStreams ), // the test server needs to be started before running any backend tests