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
The code had been running fine till March, but now I get this: sbt.librarymanagement.ResolveException: unresolved dependency: com.thesamet#sbt-protoc;0.99.23: not found
Hi Aditya, I am not able to reproduce the problems you are seeing. I have tried creating a new project with sbt new scalapb/scalapb-template.g8 and performed the changes you described in either the original post and int the follow up comment. It compiled successfully both times.
The code had been running fine till March, but now I get this:
sbt.librarymanagement.ResolveException: unresolved dependency: com.thesamet#sbt-protoc;0.99.23: not found
This is the code (scalapb.st):
And, build.properties:
sbt.version = 1.2.8
I tried upgrading the version, but it did not help.
The text was updated successfully, but these errors were encountered: