Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 14, 2020
2 parents c2a7e17 + 130b804 commit 5b80ef6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pull_request_rules:
- name: Automatic merge scala-steward PRs when CI is passing
conditions:
- author=scala-steward
- status-success=continuous-integration/travis-ci/pr
- body~=labels:.*semver-patch
actions:
merge:
method: merge
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object ProjectPlugin extends AutoPlugin {
val scalatest: String = "3.1.0"
val scalatestplusScheck: String = "3.1.0.0-RC2"
val scalacheck: String = "1.14.3"
val scalacheckShapeless: String = "1.2.3"
val scalacheckShapeless: String = "1.2.4"
}
}

Expand Down

0 comments on commit 5b80ef6

Please sign in to comment.