sbt-dynver 5.1.1 is cross published to:
| sbt Version | Published | | ------------- | :-: | | 1.x | ✅ | | 2.x | ✅ |
about sbt-dynver
sbt-dynver is an sbt plugin, originally developed by @dwijnand in 2016, to dynamically set the version from git.
sbt 2.x migration
- deps: sbt 2.0.0-RC3. https://github.com/sbt/sbt-dynver/pull/346 by [@eed3si...