From c2b5dbf1f6d7e0ead79d8ddd957ec95f264feab1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 21 Mar 2022 21:06:38 +0100 Subject: [PATCH] Update akka-actor, akka-stream, ... to 2.6.19 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index d4da680..15a0d45 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "web-push" scalaVersion := "2.13.3" libraryDependencies ++= { - val akkaV = "2.6.10" + val akkaV = "2.6.19" val akkaHttpV = "10.2.1" Seq( @@ -45,10 +45,10 @@ publishTo in ThisBuild := { scmInfo := Some( ScmInfo( url("https://github.com/TeamWanari/web-push"), - "scm:git:git@github.com:TeamWanari/web-push.git" - ) + "scm:git:git@github.com:TeamWanari/web-push.git", + ), ) developers := List( - Developer("Csabi", "Csaba Pálfi", "csibcsab@wanari.com", url("https://www.wanari.com")) + Developer("Csabi", "Csaba Pálfi", "csibcsab@wanari.com", url("https://www.wanari.com")), )