scalaz / scalaz-nio

Performant, purely-functional, low-level, and unopinionated wrapper around Java NIO functionality
Apache License 2.0
84 stars 29 forks source link

Update sbt-jmh to 0.3.5 #91

Closed scala-steward closed 5 years ago

scala-steward commented 5 years ago

Updates pl.project13.scala:sbt-jmh from 0.3.3 to 0.3.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 nice day!

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