navicore / akka-eventhubs

Akka Streams Eventhubs Source and Sink
MIT License
0 stars 2 forks source link

Update sbt-ci-release-early to 2.0.37 #204

Closed navicore-bot closed 2 years ago

navicore-bot commented 2 years ago

Updates io.shiftleft:sbt-ci-release-early from 2.0.36 to 2.0.37. 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!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.shiftleft", artifactId = "sbt-ci-release-early" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "io.shiftleft", artifactId = "sbt-ci-release-early" } }] ```

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1