Sbt akka grpc plugin could not be resolved from bintray

Hi all,

One of my projects that has dependencies on
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "1.0.2")
could not be resolved by sbt and got 403 from bintray:

[error]   download error: Caught java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/typesafe/ivy-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml (Server returned HTTP response code: 403 for URL: https://dl.bintray.com/typesafe/ivy-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml) while downloading https://repo.typesafe.com/typesafe/ivy-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml
[error] 	at lmcoursier.CoursierDependencyResolution.unresolvedWarningOrThrow(CoursierDependencyResolution.scala:245)
[error] 	at lmcoursier.CoursierDependencyResolution.$anonfun$update$34(CoursierDependencyResolution.scala:214)
[error] 	at scala.util.Either$LeftProjection.map(Either.scala:573)
[error] 	at lmcoursier.CoursierDependencyResolution.update(CoursierDependencyResolution.scala:214)
[error] 	at sbt.librarymanagement.DependencyResolution.update(DependencyResolution.scala:60)
[error] 	at sbt.internal.LibraryManagement$.resolve$1(LibraryManagement.scala:52)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$12(LibraryManagement.scala:102)
[error] 	at sbt.util.Tracked$.$anonfun$lastOutput$1(Tracked.scala:69)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$20(LibraryManagement.scala:115)
[error] 	at scala.util.control.Exception$Catch.apply(Exception.scala:228)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11(LibraryManagement.scala:115)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11$adapted(LibraryManagement.scala:96)
[error] 	at sbt.util.Tracked$.$anonfun$inputChanged$1(Tracked.scala:150)
[error] 	at sbt.internal.LibraryManagement$.cachedUpdate(LibraryManagement.scala:129)
[error] 	at sbt.Classpaths$.$anonfun$updateTask0$5(Defaults.scala:2947)
[error] 	at scala.Function1.$anonfun$compose$1(Function1.scala:49)
[error] 	at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
[error] 	at sbt.std.Transform$$anon$4.work(Transform.scala:67)
[error] 	at sbt.Execute.$anonfun$submit$2(Execute.scala:281)
[error] 	at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:19)
[error] 	at sbt.Execute.work(Execute.scala:290)
[error] 	at sbt.Execute.$anonfun$submit$1(Execute.scala:281)
[error] 	at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:178)
[error] 	at sbt.CompletionService$$anon$2.call(CompletionService.scala:37)
[error] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[error] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[error] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[error] 	at java.base/java.lang.Thread.run(Thread.java:832)
`Preformatted text`[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.lightbend.akka.grpc:sbt-akka-grpc;sbtVersion=1.0;scalaVersion=2.12:1.1.1
[error]   Not found
[error]   Not found
[error]   not found: https://repo1.maven.org/maven2/com/lightbend/akka/grpc/sbt-akka-grpc_2.12_1.0/1.1.1/sbt-akka-grpc-1.1.1.pom
[error]   not found: /Users/lima/.ivy2/local/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml
[error]   download error: Caught java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/sbt/sbt-plugin-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml (Server returned HTTP response code: 403 for URL: https://dl.bintray.com/sbt/sbt-plugin-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml) while downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml
[error]   download error: Caught java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/typesafe/ivy-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml (Server returned HTTP response code: 403 for URL: https://dl.bintray.com/typesafe/ivy-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml) while downloading https://repo.typesafe.com/typesafe/ivy-releases/com.lightbend.akka.grpc/sbt-akka-grpc/scala_2.12/sbt_1.0/1.1.1/ivys/ivy.xml

Since I got 403 from bintray, and wondering if it’s related to the recent news about bintray’s sunset? or if there is a resolver I missed somewhere.
(I am running sbt 1.4.9 and scala 2.12.11)

Thanks.

hi @lima-da,

this was a temporary situation as Bontray is going to close. Scala Center and other contributors are working on moving all sbt plugins to a new location. The failure you experienced was part of Bintray’s scheduled brown-out.

Cheers,