outr / reactify

The first and only true Functional Reactive Programming framework for Scala.
MIT License
86 stars 4 forks source link

Update sbt-scoverage to 1.8.1 #35

Closed darkfrog26 closed 3 years ago

darkfrog26 commented 3 years ago

Updates org.scoverage:sbt-scoverage from 1.8.0 to 1.8.1. GitHub Release Notes - Version Diff

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!

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

labels: sbt-plugin-update, semver-patch

darkfrog26 commented 3 years ago

Superseded by #37.