cquiroz / sbt-tzdb

sbt plugin to create custom timezone db files
BSD 3-Clause "New" or "Revised" License
8 stars 13 forks source link

Update commons-compress to 1.21 #105

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates org.apache.commons:commons-compress from 1.20 to 1.21.

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.20). You might want to review and update them manually. ``` project/plugins.sbt ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.apache.commons", artifactId = "commons-compress" } ] ```

labels: library-update, old-version-remains