scalalandio / chimney

Scala library for boilerplate-free, type-safe data transformations
https://chimney.readthedocs.io
Apache License 2.0
1.15k stars 91 forks source link

Update compilerplugin to 0.11.17 #549

Closed scala-steward closed 3 months ago

scala-steward commented 3 months ago

About this PR

πŸ“¦ Updates com.thesamet.scalapb:compilerplugin from 0.11.15 to 0.11.17

πŸ“œ GitHub Release Notes - Changelog - Version Diff

Usage

βœ… Please merge!

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!

βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.thesamet.scalapb", artifactId = "compilerplugin" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.thesamet.scalapb", artifactId = "compilerplugin" } }] ```

labels: library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

MateuszKubuszok commented 3 months ago

Part of #545