gemini-hlsw / lucuma-sso

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

Update sbt-lucuma-lib to 0.11.6 #726

Closed lucuma-steward[bot] closed 1 year ago

lucuma-steward[bot] commented 1 year ago

About this PR

📦 Updates edu.gemini:sbt-lucuma-lib from 0.11.5 to 0.11.6

📜 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!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "edu.gemini", artifactId = "sbt-lucuma-lib" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "edu.gemini", artifactId = "sbt-lucuma-lib" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:n:2

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (41eac35) 56.87% compared to head (53fc6db) 56.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #726 +/- ## ======================================= Coverage 56.87% 56.87% ======================================= Files 42 42 Lines 1236 1236 Branches 8 8 ======================================= Hits 703 703 Misses 533 533 ```

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