From c7445a003a1776de4233d4222ea7748a365a8acb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 25 Mar 2022 17:08:37 +0100 Subject: [PATCH] Update akka-http to 10.2.9 (#106) Co-authored-by: Vincent Munier --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8d352e9..325b82e 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ enablePlugins(ScriptedPlugin) // add the below dependencies in the template build, so that Scala Steward can update versions in the giter8 template libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-http" % "10.2.8", + "com.typesafe.akka" %% "akka-http" % "10.2.9", "com.typesafe.akka" %% "akka-stream" % "2.6.19", "org.scala-js" %%% "scalajs-dom" % "2.1.0" ) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 3bfc8bc..2e8237e 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -12,7 +12,7 @@ lazy val server = project // triggers scalaJSPipeline when using compile or continuous compilation Compile / compile := ((Compile / compile) dependsOn scalaJSPipeline).value, libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-http" % "10.2.8", + "com.typesafe.akka" %% "akka-http" % "10.2.9", "com.typesafe.akka" %% "akka-stream" % "2.6.19", "com.vmunier" %% "scalajs-scripts" % "1.2.0" ),