Skip to content

Commit b32da21

Browse files
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 anyway
1 parent 1f7305c commit b32da21

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.11

Diff for: project/plugins.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1")
1+
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.8.2")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
3-
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
43
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.48")
54
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
65
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

0 commit comments

Comments
 (0)