We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e37852 + 8d15883 commit 6c92ddcCopy full SHA for 6c92ddc
.mergify.yml
@@ -0,0 +1,9 @@
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
project/ProjectPlugin.scala
@@ -21,7 +21,7 @@ object ProjectPlugin extends AutoPlugin {
21
val scalatest: String = "3.1.0"
22
val scalatestplusScheck: String = "3.1.0.0-RC2"
23
val scalacheck: String = "1.14.3"
24
- val scalacheckShapeless: String = "1.2.3"
+ val scalacheckShapeless: String = "1.2.4"
25
}
26
27
0 commit comments