FabioPinheiro / scala-did

A Scala & Scala.js implementation of DID and DID Comm messaging spec
https://did.fmgp.app/
Other
5 stars 3 forks source link

Update sbt-scalafix to 0.13.0 #290

Closed FabioPinheiro closed 1 week ago

FabioPinheiro commented 1 week ago

About this PR

📦 Updates ch.epfl.scala:sbt-scalafix from 0.12.1 to 0.13.0

📜 GitHub Release Notes - Version Diff

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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 this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" } ] ``` Or, add this to slow down future updates of this dependency: ``` 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