Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish scalapb-runtime for Scala Native 0.5.x #1699

Closed
MateuszKubuszok opened this issue Jun 2, 2024 · 3 comments
Closed

Publish scalapb-runtime for Scala Native 0.5.x #1699

MateuszKubuszok opened this issue Jun 2, 2024 · 3 comments

Comments

@MateuszKubuszok
Copy link

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"
)

as described in docs then they are out of luck:

[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
@thesamet
Copy link
Contributor

thesamet commented Jun 3, 2024

Released 0.11.16 with Scala Native 0.5 support.

@thesamet thesamet closed this as completed Jun 3, 2024
@MateuszKubuszok
Copy link
Author

I think the publishing may have failed https://github.com/scalapb/ScalaPB/actions/runs/9342204904/job/25709956717

@thesamet
Copy link
Contributor

thesamet commented Jun 4, 2024

Please update to ScalaPB 0.11.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants