You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While #1682 ended up with publishing protobuf-scala-runtime for Scala Native 0.5.x, there is no such release for scalapb-runtime. If some application/library needs:
// (optional) If you need scalapb/scalapb.proto or anything from// google/protobuf/*.proto
libraryDependencies ++=Seq(
"com.thesamet.scalapb"%%"scalapb-runtime"% scalapb.compiler.Version.scalapbVersion %"protobuf"
)
[error] (chimneyProtobufsNative3 / update) sbt.librarymanagement.ResolveException: Error downloading com.thesamet.scalapb:scalapb-runtime_native0.5_3:0.11.15
[error] Not found
[error] Not found
[error] not found: /Users/dev/.ivy2/local/com.thesamet.scalapb/scalapb-runtime_native0.5_3/0.11.15/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime_native0.5_3/0.11.15/scalapb-runtime_native0.5_3-0.11.15.pom
[error] (chimneyProtobufsNative / update) sbt.librarymanagement.ResolveException: Error downloading com.thesamet.scalapb:scalapb-runtime_native0.5_2.13:0.11.15
[error] Not found
[error] Not found
[error] not found: /Users/dev/.ivy2/local/com.thesamet.scalapb/scalapb-runtime_native0.5_2.13/0.11.15/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime_native0.5_2.13/0.11.15/scalapb-runtime_native0.5_2.13-0.11.15.pom
[error] (chimneyProtobufsNative2_12 / update) sbt.librarymanagement.ResolveException: Error downloading com.thesamet.scalapb:scalapb-runtime_native0.5_2.12:0.11.15
[error] Not found
[error] Not found
[error] not found: /Users/dev/.ivy2/local/com.thesamet.scalapb/scalapb-runtime_native0.5_2.12/0.11.15/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime_native0.5_2.12/0.11.15/scalapb-runtime_native0.5_2.12-0.11.15.pom
[error] Total time: 4 s, completed Jun 2, 2024, 11:50:48 AM
The text was updated successfully, but these errors were encountered:
While #1682 ended up with publishing
protobuf-scala-runtime
for Scala Native 0.5.x, there is no such release forscalapb-runtime
. If some application/library needs:as described in docs then they are out of luck:
The text was updated successfully, but these errors were encountered: