http4s-munit
http4s-munit copied to clipboard
Dependency Updates
About this PR
Updates:
- 📦 ch.epfl.scala:sbt-scalafix from
0.12.0
to0.12.1
- 📦 org.http4s:http4s-circe from
0.23.26
to0.23.27
- 📦 org.http4s:http4s-client from
0.23.26
to0.23.27
- 📦 org.http4s:http4s-dsl from
0.23.26
to0.23.27
- 📦 org.http4s:http4s-ember-client from
0.23.26
to0.23.27
- 📦 org.scala-lang:scala-library from
2.13.13
to2.13.14
- 📦 org.scala-sbt:sbt from
1.9.9
to1.10.0
- 📦 org.typelevel:munit-cats-effect from
2.0.0-M5
to2.0.0-RC1
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 = "ch.epfl.scala", artifactId = "sbt-scalafix" },
{ groupId = "org.http4s", artifactId = "http4s-circe" },
{ groupId = "org.http4s", artifactId = "http4s-client" },
{ groupId = "org.http4s", artifactId = "http4s-dsl" },
{ groupId = "org.http4s", artifactId = "http4s-ember-client" },
{ groupId = "org.scala-lang", artifactId = "scala-library" },
{ groupId = "org.scala-sbt", artifactId = "sbt" },
{ groupId = "org.typelevel", artifactId = "munit-cats-effect" }
]
Or, add these to slow down future updates of these dependencies:
dependencyOverrides = [
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.http4s", artifactId = "http4s-circe" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.http4s", artifactId = "http4s-client" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.http4s", artifactId = "http4s-ember-client" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.typelevel", artifactId = "munit-cats-effect" }
}
]