From bf7514a79f1cf95686f5c758f87ea83cdde70c94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 12:05:45 +0100 Subject: [PATCH] Update scala-library to 2.13.8 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index d4da680..c8a739b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "web-push" -scalaVersion := "2.13.3" +scalaVersion := "2.13.8" libraryDependencies ++= { val akkaV = "2.6.10" @@ -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")), )