From d98a4898ef9a25a4408494f65153064d47b94456 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 1 Dec 2023 13:46:44 +0100 Subject: [PATCH] remove jcenter resolver (#370) --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5acf013dc..f4abded98 100644 --- a/build.sbt +++ b/build.sbt @@ -419,7 +419,6 @@ lazy val docs = project("docs") .settings(Dependencies.docs) .settings( name := "pekko-http-docs", - resolvers += Resolver.jcenterRepo, scalacOptions ++= Seq( // Make sure we don't accidentally keep documenting deprecated calls "-Xfatal-warnings",