ChristopherDavenport / linebacker

Finally Tagless Blocking Implementation
https://christopherdavenport.github.io/linebacker
MIT License
94 stars 7 forks source link

Update sbt-sonatype to 2.5 #83

Closed scala-steward closed 5 years ago

scala-steward commented 5 years ago

Updates org.xerial.sbt:sbt-sonatype from 2.3 to 2.5.

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.xerial.sbt", artifactId = "sbt-sonatype" }] ```