From e8e17d9e7bcd8d95a8af8d6a802420d7c1eca3c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Dec 2022 10:38:57 +0000 Subject: [PATCH] Update fluent-hc to 4.5.14 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index d4da680..c407226 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ libraryDependencies ++= { Seq( "com.pauldijou" %% "jwt-core" % "4.3.0", - "org.apache.httpcomponents" % "fluent-hc" % "4.5.13", + "org.apache.httpcomponents" % "fluent-hc" % "4.5.14", "org.bouncycastle" % "bcprov-jdk15on" % "1.67", "com.typesafe.akka" %% "akka-actor" % akkaV, "com.typesafe.akka" %% "akka-stream" % akkaV, @@ -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")), )