azavea / azavea.g8

A Giter8 template for bootstrapping Scala projects at Azavea.
Other
5 stars 1 forks source link

Update sbt-giter8 to 0.15.1 #183

Closed azavea-bot closed 2 years ago

azavea-bot commented 2 years ago

Updates org.foundweekends.giter8:sbt-giter8 from 0.15.0 to 0.15.1. 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.15.0). You might want to review and update them manually. ``` src/main/g8/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.foundweekends.giter8", artifactId = "sbt-giter8" } ] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, old-version-remains