phenoscape / owlery

Owlery is a set of REST web services which allow querying of an OWL reasoner containing a configured set of ontologies.
MIT License
16 stars 11 forks source link

Update owlet to 2.0.0 #242

Open scala-steward opened 1 year ago

scala-steward commented 1 year ago

About this PR

📦 Updates org.phenoscape:owlet from 1.9 to 2.0.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number The following files still refer to the old version number (1.9). You might want to review and update them manually. ``` docs/api/swagger-ui-bundle.js docs/api/swagger-ui-bundle.js.map docs/api/swagger-ui-standalone-preset.js.map docs/api/swagger-ui.js docs/api/swagger-ui.js.map project/plugins.sbt src/main/resources/docs/swagger-ui-bundle.js src/main/resources/docs/swagger-ui-bundle.js.map src/main/resources/docs/swagger-ui-standalone-preset.js.map src/main/resources/docs/swagger-ui.js src/main/resources/docs/swagger-ui.js.map src/test/resources/org/phenoscape/owlery/skeleton.ofn ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.phenoscape", artifactId = "owlet" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.phenoscape", artifactId = "owlet" } }] ```

labels: library-update, version-scheme:semver-spec, old-version-remains, commit-count:1