This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit 9ea1dd1b9b6fe6d677bf27ad73eb3f1d8834b458 Author: PJ Fanning <[email protected]> AuthorDate: Tue Oct 24 10:48:45 2023 +0100 remove jcenter - it is deprecated --- project/plugins.sbt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1967805bd..2a389671d 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]
