dsp-api
dsp-api copied to clipboard
chore: Patch dependency updates
About this PR
Updates:
- 📦 com.softwaremill.sttp.tapir:tapir-json-spray from
1.11.5to1.11.7 - 📦 com.softwaremill.sttp.tapir:tapir-json-zio from
1.11.5to1.11.7 - 📦 com.softwaremill.sttp.tapir:tapir-pekko-http-server from
1.11.5to1.11.7 - 📦 com.softwaremill.sttp.tapir:tapir-refined from
1.11.5to1.11.7 - 📦 com.softwaremill.sttp.tapir:tapir-swagger-ui-bundle from
1.11.5to1.11.7 - 📦 com.softwaremill.sttp.tapir:tapir-zio-http-server from
1.11.5to1.11.7 - 📦 com.softwaremill.sttp.tapir:tapir-zio-metrics from
1.11.5to1.11.7 - 📦 dev.zio:zio from
2.1.9to2.1.11 - 📦 dev.zio:zio-macros from
2.1.9to2.1.11 - 📦 dev.zio:zio-test from
2.1.9to2.1.11 - 📦 dev.zio:zio-test-sbt from
2.1.9to2.1.11 - 📦 org.apache.pekko:pekko-actor from
1.1.1to1.1.2 - 📦 org.apache.pekko:pekko-slf4j from
1.1.1to1.1.2 - 📦 org.apache.pekko:pekko-stream from
1.1.1to1.1.2 - 📦 org.apache.pekko:pekko-stream-testkit from
1.1.1to1.1.2 - 📦 org.apache.pekko:pekko-testkit from
1.1.1to1.1.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.
project/Dependencies.scala
⚙ Adjust future updates
Add these to your .scala-steward.conf file to ignore future updates of these dependencies:
updates.ignore = [
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" },
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" },
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" },
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" },
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" },
{ groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" },
{ groupId = "dev.zio", artifactId = "zio" },
{ groupId = "dev.zio", artifactId = "zio-macros" },
{ groupId = "dev.zio", artifactId = "zio-test" },
{ groupId = "dev.zio", artifactId = "zio-test-sbt" },
{ groupId = "org.apache.pekko", artifactId = "pekko-actor" },
{ groupId = "org.apache.pekko", artifactId = "pekko-slf4j" },
{ groupId = "org.apache.pekko", artifactId = "pekko-stream" },
{ groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-testkit" }
]
Or, add these to slow down future updates of these dependencies:
dependencyOverrides = [
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "dev.zio", artifactId = "zio" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "dev.zio", artifactId = "zio-macros" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "dev.zio", artifactId = "zio-test" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "dev.zio", artifactId = "zio-test-sbt" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.apache.pekko", artifactId = "pekko-testkit" }
}
]