- Notifications
You must be signed in to change notification settings - Fork6
Common Scala utilities used by several weso projects
License
NotificationsYou must be signed in to change notification settings
weso/utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Scala utilities
This project contains some common utilities in Scala.
The project usessbt for compilation as well as Java 1.8.
sbt test
compiles and runs the tests
- Author:Jose Emilio Labra Gayo
Contributors:
- RDFShape: An online demo powered by this library.
- Wikishape: An online demo powered by this library for Wikidata.
Contributions are greatly appreciated.Please fork this repository and open apull request to add more features orsubmit issues
This project usesthe sbt ci release plugin for publishing toOSS 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.
About
Common Scala utilities used by several weso projects