ThoughtWorksInc / Binding.scala

Reactive data-binding for Scala
https://javadoc.io/page/com.thoughtworks.binding/binding_2.13/latest/com/thoughtworks/binding/index.html
MIT License
1.59k stars 108 forks source link

Update sbt-best-practice to 8.3.1 #513

Open scala-steward opened 1 year ago

scala-steward commented 1 year ago

About this PR

📦 Updates com.thoughtworks.sbt-best-practice:sbt-best-practice from 8.3.0 to 8.3.1

📜 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 = "com.thoughtworks.sbt-best-practice", artifactId = "sbt-best-practice" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.thoughtworks.sbt-best-practice", artifactId = "sbt-best-practice" } }] ```

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1