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 0652813b5 remove jcenter - it is deprecated (#339)
0652813b5 is described below
commit 0652813b506b2b921de00905facdddd869faf79b
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Oct 24 12:11:05 2023 +0100
remove jcenter - it is deprecated (#339)
---
project/plugins.sbt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d3f8dc3e5..186290aaf 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,10 +11,6 @@ resolvers += Classpaths.sbtPluginReleases
resolvers += Classpaths.typesafeReleases
resolvers ++= Resolver.sonatypeOssRepos("releases") // to more quickly obtain
paradox right after release
-// need this to resolve
https://jcenter.bintray.com/org/jenkins-ci/jenkins/1.26/
-// which is used by plugin "org.kohsuke" % "github-api" % "1.68"
-resolvers += Resolver.jcenterRepo
-
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]