underscoreio / slickless

Support for shapeless HLists/Generics in Slick.
Apache License 2.0
163 stars 22 forks source link

Update shapeless to 2.3.7 #90

Closed scala-steward closed 2 years ago

scala-steward commented 3 years ago

Updates com.chuusai:shapeless from 2.3.3 to 2.3.7. 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.3.3). You might want to review and update them manually. ``` README.md ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.chuusai", artifactId = "shapeless" } ] ```

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

codecov-commenter commented 3 years ago

Codecov Report

Merging #90 (8836bdc) into master (339416a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           1        1           
  Lines          16       16           
=======================================
  Hits           15       15           
  Misses          1        1           

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 339416a...8836bdc. Read the comment docs.

scala-steward commented 2 years ago

Superseded by #115.