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):
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.23")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.9.0"
And, build.properties:
sbt.version = 1.2.8
I tried upgrading the version, but it did not help.