gemini-hlsw / lucuma-sso

Lucuma Single Sign-On Service and Libraries
6 stars 3 forks source link

Update lucuma-graphql-routes to 0.8.4 #757

Closed lucuma-steward[bot] closed 10 months ago

lucuma-steward[bot] commented 10 months ago

About this PR

📦 Updates edu.gemini:lucuma-graphql-routes from 0.8.3 to 0.8.4

📜 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 (0.8.3). You might want to review and update them manually. ``` build.sbt ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "edu.gemini", artifactId = "lucuma-graphql-routes" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "edu.gemini", artifactId = "lucuma-graphql-routes" } }] ```

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

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (20a04da) 54.52% compared to head (db0830b) 54.52%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #757 +/- ## ======================================= Coverage 54.52% 54.52% ======================================= Files 42 42 Lines 1194 1194 Branches 10 10 ======================================= Hits 651 651 Misses 543 543 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.