Merged
Conversation
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 ```
maltek
approved these changes
Apr 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some old versions disappeared from the repos, so upgrading to the latest
here as well. From an internal build: