Skip to content

Commit 4846b13

Browse files
committed
Cross compile to 2.11.x
1 parent c81b8f7 commit 4846b13

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: scala
22
scala:
3+
- 2.12.4
34
- 2.11.12
45
jdk:
56
- oraclejdk8

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Checkers.urlGen // URL Gen
2121
Checkers.mimeTypeGen // Mimetype Gen
2222
```
2323
### Compatibility Matrix
24-
| Scala Checkers | ScalaCheck | Scala |
25-
| --------------- | -------------- | ------ |
26-
| `0.1.0` | `1.13.5` | `2.11` |
24+
| Scala Checkers | ScalaCheck | Scala |
25+
| --------------- | -------------- | --------------- |
26+
| `0.1.0` | `1.13.5` | `2.11` |
27+
| `0.1.1` | `1.13.5` | `2.12` |
28+
| `0.1.2` | `1.13.5` | `2.12` & `2.11` |

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ scalacOptions ++= Seq("-feature", "-target:jvm-1.8")
33
scalaVersion := "2.12.4"
44
val ScalacheckVersion = "1.13.5"
55

6+
crossScalaVersions := Seq("2.11.12", "2.12.4")
67
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
78
publishMavenStyle := true
89
publishTo := version { (v: String) =>

0 commit comments

Comments
 (0)