From 767c22a53d5d43df4adf35af0c51295cbea2136b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Oct 2022 03:45:52 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index d4da680..db0e1fa 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "web-push" -scalaVersion := "2.13.3" +scalaVersion := "2.13.10" 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")), )