proteinevolution / Toolkit

The MPI Bioinformatics Toolkit
https://toolkit.tuebingen.mpg.de
Apache License 2.0
63 stars 14 forks source link

Update fs2-core, fs2-io to 3.8.0 #1527

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

About this PR

πŸ“¦ Updates

πŸ“œ 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 (3.3.0). You might want to review and update them manually. ``` frontend/yarn.lock ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "co.fs2" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "co.fs2" } }] ```

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #1527 (d1c4e46) into develop (4bab535) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1527   +/-   ##
========================================
  Coverage    13.79%   13.79%           
========================================
  Files            8        8           
  Lines           29       29           
  Branches         1        1           
========================================
  Hits             4        4           
  Misses          25       25           
scala-steward commented 1 year ago

Superseded by #1533.