Commit b32da21
authored
upgrade sbt and protobuf plugin (#1814)
* upgrade sbt and protobuf plugin
Some old versions disappeared from the repos, so upgrading to the latest
here as well. From an internal build:
```
[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.github.gseitz:sbt-protobuf;sbtVersion=1.0;scalaVersion=2.12:0.6.5
[error] Not found
[error] Not found
[error] not found: https://repo1.maven.org/maven2/com/github/gseitz/sbt-protobuf_2.12_1.0/0.6.5/sbt-protobuf-0.6.5.pom
[error] not found: /home/mp/.ivy2/local/com.github.gseitz/sbt-protobuf/scala_2.12/sbt_1.0/0.6.5/ivys/ivy.xml
[error] download error: Caught java.io.IOException (Server returned HTTP response code: 409 for URL: https://landing.jfrog.com/reactivate-server/scala) while downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.gseitz/sbt-protobuf/scala_2.12/sbt_1.0/0.6.5/ivys/ivy.xml
[error] download error: Caught java.io.IOException (Server returned HTTP response code: 409 for URL: https://landing.jfrog.com/reactivate-server/scala) while downloading https://repo.typesafe.com/typesafe/ivy-releases/com.github.gseitz/sbt-protobuf/scala_2.12/sbt_1.0/0.6.5/ivys/ivy.xml
```
* remove sbt-findbugs which also disappeared and isn't used here anyway1 parent 1f7305c commit b32da21
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments