play-socket.io
play-socket.io copied to clipboard
Patch updates
About this PR
Updates:
- 📦 com.softwaremill.macwire:macros from
2.5.7to2.5.9 - 📦 io.github.bonigarcia:webdrivermanager from
5.3.2to5.3.3 - 📦 org.scalameta:sbt-scalafmt from
2.5.0to2.5.2
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.
src/test/javascript/lib/encoding-0.6.4.js
⚙ Adjust future updates
Add these to your .scala-steward.conf file to ignore future updates of these dependencies:
updates.ignore = [
{ groupId = "com.softwaremill.macwire", artifactId = "macros" },
{ groupId = "io.github.bonigarcia", artifactId = "webdrivermanager" },
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
]
Or, add these to slow down future updates of these dependencies:
dependencyOverrides = [
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.macwire", artifactId = "macros" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "io.github.bonigarcia", artifactId = "webdrivermanager" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
}
]