circe / circe-droste

Recursion schemes for Circe
22 stars 2 forks source link

Update sbt-mima-plugin to 1.0.1 #114

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates com.typesafe:sbt-mima-plugin from 1.0.0 to 1.0.1.

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!

Files still referring to the old version number The following files still refer to the old version number (1.0.0). You might want to review and update them manually. ``` project/plugins.sbt ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.typesafe", artifactId = "sbt-mima-plugin" } ] ```

labels: sbt-plugin-update, semver-patch, old-version-remains

codecov-commenter commented 3 years ago

Codecov Report

Merging #114 (b808ec8) into master (26ac06d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #114   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           41        41           
=========================================
  Hits            41        41           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26ac06d...b808ec8. Read the comment docs.