lokkju / github-action-sbt

Github Actions support for building SBT projects
14 stars 11 forks source link

Update versions of scala and sbt #6

Open CucumisSativus opened 4 years ago

CucumisSativus commented 4 years ago

SBT and scala versions are not matching the newest releases. Hopefully this will speed up someone's build :)

lokkju commented 4 years ago

I'm trying to come up with a better way of handling this in general; especially since caching of actions doesn't seem to work the best.

CucumisSativus commented 4 years ago

It's hard for me to imagine any way of keeping the versions up to date without manual intervention. You might consider generating everything from sbt and then connecting scala steward here to have the updates applied automatically.

I guess I wont be of too much help here. Thanks a lot for creating this project