diff --git a/build.sbt b/build.sbt index d4da680..11be6c7 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http" % akkaHttpV, "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % Test, "org.scalatest" %% "scalatest" % "3.3.0-SNAP2" % Test, - "com.github.tomakehurst" % "wiremock" % "2.27.2" % Test, + "com.github.tomakehurst" % "wiremock" % "3.0.1" % Test, ) } @@ -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")), )