bosatsu icon indicating copy to clipboard operation
bosatsu copied to clipboard

Update scala-library, scala-reflect to 2.13.8

Open scala-steward opened this issue 2 years ago • 1 comments

Updates

  • org.scala-lang:scala-library
  • org.scala-lang:scala-reflect

from 2.13.7 to 2.13.8.

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.7). You might want to review and update them manually.

.github/workflows/ci.yml
.github/workflows/upload_asset.yml
build.sbt
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, commit-count:1

scala-steward avatar Jan 13 '22 07:01 scala-steward

Codecov Report

Merging #846 (6d19e2b) into master (afc0e22) will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #846      +/-   ##
==========================================
- Coverage   92.50%   92.44%   -0.07%     
==========================================
  Files          87       87              
  Lines        7727     7727              
  Branches      339      339              
==========================================
- Hits         7148     7143       -5     
- Misses        579      584       +5     
Impacted Files Coverage Δ
...re/src/main/scala/org/bykn/bosatsu/TypedExpr.scala 93.29% <0.00%> (-1.28%) :arrow_down:
.../src/main/scala/org/bykn/bosatsu/Declaration.scala 98.56% <0.00%> (-0.83%) :arrow_down:
...n/scala/org/bykn/bosatsu/codegen/python/Code.scala 95.83% <0.00%> (+0.41%) :arrow_up:
...e/src/main/scala/org/bykn/bosatsu/StringUtil.scala 94.28% <0.00%> (+2.85%) :arrow_up:

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 afc0e22...6d19e2b. Read the comment docs.

codecov-commenter avatar Jan 13 '22 07:01 codecov-commenter

Superseded by #895.

scala-steward avatar Oct 25 '22 17:10 scala-steward