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 scalafmt to 2.0.0 #191

Closed scala-steward closed 5 years ago

scala-steward commented 5 years ago

Updates org.scalameta:scalafmt from 1.5.1 to 2.0.0.

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 @scala-steward in the comments below.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [{ groupId = "org.scalameta", artifactId = "scalafmt" }] ```

labels: semver-major