http4s-munit
http4s-munit copied to clipboard
Dependency Updates
About this PR
Updates:
- 📦 ch.epfl.scala:sbt-scalafix from
0.13.0
to0.14.0
- 📦 com.alejandrohdezma:sbt-ci from
2.16.0
to2.17.0
- 📦 com.dimafeng:testcontainers-scala-munit from
0.41.5
to0.41.8
- 📦 org.scala-lang:scala-library from
2.13.15
to2.13.16
- 📦 org.scala-lang:scala3-compiler from
3.3.4
to3.3.5
- 📦 org.scala-lang:scala3-library from
3.3.4
to3.3.5
- 📦 org.scala-lang:tasty-core from
3.3.4
to3.3.5
- 📦 org.scalameta:mdoc from
2.6.2
to2.6.4
- 📦 org.scalameta:munit from
1.0.3
to1.0.4
- 📦 org.scalameta:sbt-mdoc from
2.6.2
to2.6.4
- 📦 org.scalameta:sbt-scalafmt from
2.5.2
to2.5.4
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 = "com.alejandrohdezma", artifactId = "sbt-ci" },
{ groupId = "com.dimafeng", artifactId = "testcontainers-scala-munit" },
{ groupId = "org.scala-lang", artifactId = "scala-library" },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler" },
{ groupId = "org.scala-lang", artifactId = "scala3-library" },
{ groupId = "org.scala-lang", artifactId = "tasty-core" },
{ groupId = "org.scalameta", artifactId = "mdoc" },
{ groupId = "org.scalameta", artifactId = "munit" },
{ groupId = "org.scalameta", artifactId = "sbt-mdoc" },
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
]
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 = "com.alejandrohdezma", artifactId = "sbt-ci" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.dimafeng", artifactId = "testcontainers-scala-munit" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "scala3-compiler" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "tasty-core" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "mdoc" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "munit" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
},
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
}
]