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
But README is still saying: addSbtPlugin("com.mojolly.scalate" % "xsbt-scalate-generator" % "0.5.0")
One more thing, when I change 0.5.0 above to 0.5.1, SBT can't find the new version: [error] (*:update) sbt.ResolveException: unresolved dependency: com.mojolly.scalate#xsbt-scalate-generator;0.5.1: not found
The text was updated successfully, but these errors were encountered:
I see that v0.5.1 has been released:
https://github.com/backchatio/xsbt-scalate-generate/releases
But README is still saying:
addSbtPlugin("com.mojolly.scalate" % "xsbt-scalate-generator" % "0.5.0")
One more thing, when I change 0.5.0 above to 0.5.1, SBT can't find the new version:
[error] (*:update) sbt.ResolveException: unresolved dependency: com.mojolly.scalate#xsbt-scalate-generator;0.5.1: not found
The text was updated successfully, but these errors were encountered: