File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ pull_request_rules :
2+ - name : Automatic merge scala-steward PRs when CI is passing
3+ conditions :
4+ - author=scala-steward
5+ - status-success=continuous-integration/travis-ci/pr
6+ - body~=labels:.*semver-patch
7+ actions :
8+ merge :
9+ method : merge
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ object ProjectPlugin extends AutoPlugin {
1919 val shapeless : String = " 2.3.3"
2020 val scalatest : String = " 3.1.0"
2121 val scalatestplusScheck : String = " 3.1.0.0-RC2"
22- val scalacheck : String = " 1.14.2 "
23- val scalacheckShapeless : String = " 1.2.4 "
22+ val scalacheck : String = " 1.14.3 "
23+ val scalacheckShapeless : String = " 1.2.3 "
2424 }
2525 }
2626
Original file line number Diff line number Diff line change 1- sbt.version =1.3.7
1+ sbt.version =1.3.8
You can’t perform that action at this time.
0 commit comments