heroku / heroku-sbt-plugin

An sbt plugin for deploying Heroku Scala applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support sbt 1.0

xuwei-k opened this issue · comments

I don't believe sbt-native-packager has added support for 1.0 yet, and I think I'm going to need to follow on that.

Whelp, guess it's time to start thinking about this: https://twitter.com/muuki88/status/895020700418936833

Not able to get very far on this:

sbt-heroku/build.sbt:11: error: not found: value crossSbtVersions
crossSbtVersions := Vector("0.13.16", "1.0.0")
^
[error] Type error in expression

I'm following the pattern of how crossSbtVersions is used in sbt-release and sbt-native-packager, and I've read the limited documentation. I'm using 0.13.6.

@xuwei-k do you know what I'm missing?

The crossSbtVersions key available since sbt 0.13.16, not 0.13.6

@xuwei-k thanks 😜

working in branch sbt1