Skip to content

Commit 626f671

Browse files
committed
Cross compile to 2.11.x
1 parent cfe00b7 commit 626f671

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

+1
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

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ JsonGen.jsObjectGen
2222
JsonGen.jsStringGen
2323
```
2424
### Compatibility Matrix
25-
| Play Json Gen | ScalaCheck | Play Json | Scala |
26-
| -------------- | -------------- | --------- | ------ |
27-
| `0.1.0` | `1.13.5` | `2.15.18` | `2.11` |
25+
| Play Json Gen | ScalaCheck | Play Json | Scala |
26+
| -------------- | -------------- | --------- | --------------- |
27+
| `0.1.0` | `1.13.5` | `2.15.18` | `2.11` |
28+
| `0.1.1` | `1.13.5` | `2.6.8` | `2.12` |
29+
| `0.1.2` | `1.13.5` | `2.15.18` | `2.11` & `2.12` |

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ val ScalacheckVersion = "1.13.5"
55
val PlayJsonVersion = "2.6.8"
66
val ScalaTestVersion = "3.0.4"
77

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

0 commit comments

Comments
 (0)