2.1.0
sbt-git 2.1.0 is cross published to:
| sbt Version | Published | | ------------- | :-: | | 1.x | ✅ | | 2.x | ✅ |
about sbt-git
sbt-git, originally developed by Josh Suereth in 2011, is an sbt plugin that offers git command-line features directly inside the sbt session, as well as to other plugins. Among the downstream plugins are sbt-ghpages (The GitHub Pages plugin) and sbt-ci-release.
sbt 2.x migration
- ci: Update sbt 2 to sbt 2.0.0-M3 by @limansky in https://github.com/sbt/sbt-git/pull/272
- ci: Update sbt 2 to sbt 2.0.0-RC2 by @eed3si9n in https://github.com/sbt/sbt-git/pull/315
- ci: Adds build matrix, and build for sbt 2.0 by @BillyAutrey in https://github.com/sbt/sbt-git/pull/260