webjars / webjars-play

MIT License
80 stars 34 forks source link

Update sbt-plugin to 2.9.0 #152

Closed scala-steward closed 8 months ago

scala-steward commented 9 months ago

About this PR

📦 Updates com.typesafe.play:sbt-plugin from 2.8.19 to 2.9.0

📜 GitHub Release Notes - 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.typesafe.play", artifactId = "sbt-plugin" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "sbt-plugin" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1

mkurz commented 8 months ago

This doesn't make sense in master branch here, because Play 2.9 support is in the 2.9.x branch right now. master should be on 3.0.x which is currently maintained in 3.0.x. So either we make the 3.0.x branch the new master (and remove the 3.0.x branch) or just remove the master branch without replacement and make 3.0.x HEAD.