playframework / play-slick

Slick Plugin for Play
Apache License 2.0
802 stars 283 forks source link

Patch updates #867

Closed scala-steward closed 3 months ago

scala-steward commented 3 months ago

About this PR

Updates:

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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 these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "org.playframework", artifactId = "play" }, { groupId = "org.playframework", artifactId = "play-docs-sbt-plugin" }, { groupId = "org.playframework", artifactId = "play-jdbc-api" }, { groupId = "org.playframework", artifactId = "play-jdbc-evolutions" }, { groupId = "org.playframework", artifactId = "play-logback" }, { groupId = "org.playframework", artifactId = "play-specs2" }, { groupId = "org.playframework", artifactId = "sbt-plugin" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-docs-sbt-plugin" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-jdbc-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-jdbc-evolutions" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-specs2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "sbt-plugin" } } ] ```

labels: library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, commit-count:1