This release provides support for OWL API v5, via a new Maven artifact scowl-owlapi5
, in addition to scowl
which still supports OWL API v4.
What's Changed
- Migration to OWLAPI5 by @francesco-kriegel in #127
- Add separate modules for OWLAPI 4 and 5. by @balhoff in #132
- Add missing recursion in NNF example. by @balhoff in #111
Dependencies
- Update sbt to 1.5.8 by @scala-steward in #122
- Update sbt to 1.6.2 by @scala-steward in #128
- Update scala-library to 2.13.8 by @scala-steward in #124
- Update scalatest to 3.2.11 by @scala-steward in #125
- Update scala3-library to 3.0.2 by @scala-steward in #116
New Contributors
- @francesco-kriegel made their first contribution in #127
Full Changelog: v1.4.0...v1.4.1