This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new d98a4898e remove jcenter resolver (#370)
d98a4898e is described below

commit d98a4898ef9a25a4408494f65153064d47b94456
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 1 13:46:44 2023 +0100

    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",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to