playframework / play-grpc

Play + Pekko gRPC
Apache License 2.0
35 stars 29 forks source link

Patch updates #553

Closed scala-steward closed 2 months ago

scala-steward commented 2 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!

πŸ” Files still referring to the old version numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` project/plugins.sbt ```
βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" }, { groupId = "org.apache.pekko", artifactId = "pekko-discovery" }, { groupId = "org.apache.pekko", artifactId = "pekko-serialization-jackson" }, { groupId = "org.apache.pekko", artifactId = "pekko-stream" }, { groupId = "org.playframework.twirl", artifactId = "sbt-twirl" }, { groupId = "org.playframework.twirl", artifactId = "twirl-api" }, { groupId = "org.scala-sbt", artifactId = "sbt" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-discovery" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-serialization-jackson" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework.twirl", artifactId = "sbt-twirl" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework.twirl", artifactId = "twirl-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } } ] ```

labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, version-scheme:early-semver, old-version-remains, commit-count:n:4