carueda / tscfg

Boilerplate-free, type-safe access to configuration properties in Java and Scala
Apache License 2.0
108 stars 18 forks source link

Update pprint to 0.7.2 #148

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates com.lihaoyi:pprint from 0.7.1 to 0.7.2. 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 (0.7.1). 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.lihaoyi", artifactId = "pprint" } ] ```

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

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 96.763% when pulling 2b486b065943695ad00e2055990c42109c5e91f4 on scala-steward:update/pprint-0.7.2 into 70c9425fa5506c23fc62a3b006ddfd3cd4e7c316 on carueda:main.