Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments on post "Essential sbt Plugins" #33

Open
pbassiner opened this issue May 16, 2017 · 7 comments
Open

Comments on post "Essential sbt Plugins" #33

pbassiner opened this issue May 16, 2017 · 7 comments

Comments

@pbassiner
Copy link
Owner

Here you can leave your comments about the blogpost https://pbassiner.github.io/blog/essential_sbt_plugins.html

@derekmorr
Copy link

I'd say sbt-git is essential too, given how much time a typical Scala dev will spent at an sbt prompt.

@pbassiner
Copy link
Owner Author

Thanks for your contribution to the list @derekmorr!

I think it depends on how and to which extend you use git. I've checked it out and I've noticed it doesn't autocomplete commands, files, etc. And there isn't support for interactive commands such as git add -p, for instance. On the other hand, it can be helpful to automate versioning management.

That said, you are not limited to use it along with the standard git command, so you can get the best of both modes.

Cheers!

@jeffrey-aguilera
Copy link

I would add sbt-assembly and sbt-lock to the list.

@ozeebee
Copy link

ozeebee commented Jul 18, 2017

sbt-revolver is also very convenient when writing server-based apps (Spray / akka-http).
I also often use sbt-buildinfo.

@pbassiner
Copy link
Owner Author

It's good to know in case I might need them, thanks @ozeebee!

@csaltos
Copy link

csaltos commented Dec 20, 2017

https://github.com/spray/sbt-revolver is no supported for SBT 1.x, someone knows an alternative ? ... or even some tips to upgrade it to SBT 1.x ?

@csaltos
Copy link

csaltos commented Dec 21, 2017

Just upgrade now and sbt-revolver 0.9.1 supports SBT 1.x, GREAT, thank you guys, excellent plugin, worth to be included as essential, of course !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants