scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
426 stars 126 forks source link

Update scala-compiler, scala-library to 2.13.7 #409

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates

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 (2.13.6). You might want to review and update them manually. ``` .github/workflows/ci.yml README.md bin/test-release.sh ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang" } ] ```

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains

ckipp01 commented 2 years ago

Superceded by https://github.com/scoverage/scalac-scoverage-plugin/pull/412