scala-exercises / exercises-stdlib

Scala Exercises' lessons for the standard library
Apache License 2.0
160 stars 333 forks source link

Update scalacheck-shapeless_1.14 to 1.3.0 #303

Closed 47erbot closed 3 years ago

47erbot commented 3 years ago

Updates com.github.alexarchambault:scalacheck-shapeless_1.14 from 1.2.5 to 1.3.0.

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 (1.2.5). You might want to review and update them manually. ``` CHANGELOG.md ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.github.alexarchambault", artifactId = "scalacheck-shapeless_1.14" } ] ```

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