typelevel / catbird

Birds and cats together
http://catbird.io
Apache License 2.0
139 stars 22 forks source link

Update sbt-typelevel to 0.4.13 #474

Closed typelevel-steward[bot] closed 2 years ago

typelevel-steward[bot] commented 2 years ago

Updates org.typelevel:sbt-typelevel from 0.4.9 to 0.4.13. GitHub Release Notes - Version Diff

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 = "org.typelevel", artifactId = "sbt-typelevel" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel" } }] ```

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #474 (f5495ba) into main (5b5c470) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #474   +/-   ##
=======================================
  Coverage   91.21%   91.21%           
=======================================
  Files          18       18           
  Lines         296      296           
  Branches        4        4           
=======================================
  Hits          270      270           
  Misses         26       26           
Impacted Files Coverage Δ
...elevel/catbird/benchmark/RerunnableBenchmark.scala 100.00% <ø> (ø)
...ypelevel/catbird/util/effect/FutureInstances.scala 100.00% <ø> (ø)
...ypelevel/catbird/util/effect/RerunnableClock.scala 100.00% <ø> (ø)
...l/catbird/util/effect/RerunnableContextShift.scala 81.81% <ø> (ø)
...evel/catbird/util/effect/RerunnableInstances.scala 100.00% <ø> (ø)
...ypelevel/catbird/util/effect/RerunnableTimer.scala 66.66% <ø> (ø)
...la/org/typelevel/catbird/util/effect/package.scala 90.00% <ø> (ø)
...ypelevel/catbird/util/effect/FutureInstances.scala 60.00% <ø> (ø)
...evel/catbird/util/effect/RerunnableInstances.scala 100.00% <ø> (ø)
...la/org/typelevel/catbird/util/effect/package.scala 58.33% <ø> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b5c470...f5495ba. Read the comment docs.

typelevel-steward[bot] commented 2 years ago

Superseded by #483.