dsp-api icon indicating copy to clipboard operation
dsp-api copied to clipboard

chore: Major dependency updates

Open daschbot opened this issue 1 year ago • 0 comments

About this PR

Updates:

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" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  }
]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, commit-count:1

daschbot avatar Oct 01 '24 00:10 daschbot