akka-cqrs-es-example-typed
akka-cqrs-es-example-typed copied to clipboard
build: Update sbt-java-formatter from 0.8.0 to 0.10.0
About this PR
📦 Updates com.lightbend.sbt:sbt-java-formatter from 0.8.0 to 0.10.0
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 (0.8.0). You might want to review and update them manually.
.git-blame-ignore-revs
common/write-api-base/src/main/resources/swagger/swagger-ui-es-bundle-core.js.map
scala/read-api-server-scala/src/main/resources/swagger/swagger-ui-es-bundle-core.js.map
⚙ Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
}]