From 0d2b63ff805c7eb65e793f12a698f4d57780b8e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 05:39:12 +0000 Subject: [PATCH] Update wiremock to 3.0.1 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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")), )