diff --git a/build.sbt b/build.sbt index 451d960cd00..d8762a5b4b1 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,6 @@ inThisBuild( // faster publishLocal: packageDoc / publishArtifact := sys.env.contains("CI"), packageSrc / publishArtifact := sys.env.contains("CI"), - resolvers += Resolver.bintrayRepo("scalacenter", "releases"), ) ) diff --git a/docs/contributors/getting-started.md b/docs/contributors/getting-started.md index 5fd8e96689c..c5d6be30a4b 100644 --- a/docs/contributors/getting-started.md +++ b/docs/contributors/getting-started.md @@ -293,7 +293,6 @@ a new `metals-vim` bootstrap script using the locally published version. coursier bootstrap \ --java-opt -Dmetals.client=<> \ org.scalameta:metals_2.13:@LOCAL_VERSION@ \ # double-check version here - -r bintray:scalacenter/releases \ -o /usr/local/bin/metals-vim -f ``` diff --git a/docs/troubleshooting/proxy.md b/docs/troubleshooting/proxy.md index b33b4224310..d3d31e8a485 100644 --- a/docs/troubleshooting/proxy.md +++ b/docs/troubleshooting/proxy.md @@ -173,7 +173,6 @@ java.util.concurrent.TimeoutException WARN Stopped configuration of SemanticDB in Scala 2.13.1 projects: Error downloading org.scalameta:semanticdb-scalac_2.13.1:4.3.0 not found: C:\Users\tgodzik\.ivy2\local\org.scalameta\semanticdb-scalac_2.13.1\4.3.0\ivys\ivy.xml download error: Caught java.net.ConnectException: Connection timed out: connect (Connection timed out: connect) while downloading https://repo1.maven.org/maven2/org/scalameta/semanticdb-scalac_2.13.1/4.3.0/semanticdb-scalac_2.13.1-4.3.0.pom - not found: https://dl.bintray.com/scalacenter/releases/org/scalameta/semanticdb-scalac_2.13.1/4.3.0/semanticdb-scalac_2.13.1-4.3.0.pom ``` This might mean you need to specify proxy settings for Bloop or add custom