play-scala-seed.g8
play-scala-seed.g8 copied to clipboard
Patch updates
About this PR
Updates:
- 📦 org.scala-sbt:sbt from
1.9.8to1.9.9
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.scala-sbt", artifactId = "sbt" }
]
Or, add these to slow down future updates of these dependencies:
dependencyOverrides = [
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
}
]