apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 140 forks source link

Update sbt-develocity to 1.1 #1447

Closed scala-steward-asf[bot] closed 3 weeks ago

scala-steward-asf[bot] commented 3 weeks ago

About this PR

📦 Updates com.gradle:sbt-develocity from 1.0.1 to 1.1

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!

🔍 Files still referring to the old version number The following files still refer to the old version number (1.0.1). You might want to review and update them manually. ``` CHANGELOG.md actor-tests/src/test/scala/org/apache/pekko/util/ManifestInfoSpec.scala actor-tests/src/test/scala/org/apache/pekko/util/VersionSpec.scala cluster-sharding/src/multi-jvm/scala/org/apache/pekko/cluster/sharding/RollingUpdateShardAllocationSpec.scala cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/DeprecatedLeastShardAllocationStrategySpec.scala cluster-sharding/src/test/scala/org/apache/pekko/cluster/sharding/LeastShardAllocationStrategySpec.scala docs/src/main/paradox/project/downstream-upgrade-strategy.md docs/src/main/paradox/project/rolling-update.md docs/src/main/paradox/release-notes/releases-1.0.md docs/src/main/paradox/remoting-artery.md project/plugins.sbt ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.gradle", artifactId = "sbt-develocity" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gradle", artifactId = "sbt-develocity" } }] ```

labels: sbt-plugin-update, old-version-remains, commit-count:1