Scala compatibility utilities for Collections
This project contains some utilities to work with Scala collections in a way that is compatible with Scala 2.12, 2.13 and 3
The project uses sbt for compilation.
sbt test
compiles and runs the tests
- Author: Jose Emilio Labra Gayo
Contributions are greatly appreciated. Please fork this repository and open a pull request to add more features or submit issues
This project uses the sbt ci release plugin for publishing to OSS Sonatype.
Open a PR and merge it to watch the CI release a -SNAPSHOT version
- Increment the version number in
version.sbt
to the desired release version number. - Commit and push this change with a message like "blah blah version 0.x.x".
- Push a tag and watch the CI do a regular release
git tag -a v0.1.0 -m "v0.1.0"
git push origin v0.1.0
Note that the tag version MUST start with v.