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.3 #153

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates com.lihaoyi:pprint from 0.7.2 to 0.7.3. 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.2). 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 5ada2a4186ae55dd26af7e091195dc4eafb7cd47 on scala-steward:update/pprint-0.7.3 into 4ffd69738cfed06deff98e3c1db1b2d08c25efef on carueda:main.