This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 895a25eea remove jcenter - it is deprecated (#339) (#341)
895a25eea is described below
commit 895a25eeab66474effafa40fcb5b26e13f1c9216
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Oct 24 18:23:06 2023 +0100
remove jcenter - it is deprecated (#339) (#341)
---
project/plugins.sbt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2b337c715..6be672f73 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.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]