weso / shex-lite

Scala implementation of a compiler for a subset of the Shape Expressions Compact Syntax.
Other
8 stars 9 forks source link

[SLP-0265] Update scala-library to 2.12.16 #265

Closed scala-steward closed 1 year ago

scala-steward commented 2 years ago

Updates org.scala-lang:scala-library from 2.12.10 to 2.12.16. 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!

Files still referring to the old version number The following files still refer to the old version number (2.12.10). You might want to review and update them manually. ``` .github/workflows/shex-lite-ci.yml ```
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }] ```

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #265 (3c669b1) into master (4bb7259) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #265   +/-   ##
=======================================
  Coverage   68.78%   68.78%           
=======================================
  Files          96       96           
  Lines        1419     1419           
  Branches       75       75           
=======================================
  Hits          976      976           
  Misses        443      443           

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 4bb7259...3c669b1. Read the comment docs.

scala-steward commented 1 year ago

Superseded by #275.