File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
scala :
3
+ - 2.12.4
3
4
- 2.11.12
4
5
jdk :
5
6
- oraclejdk8
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Use in your tests:
17
17
import com .servicerocket .play .ws .fakes ._
18
18
```
19
19
### Compatibility Matrix
20
- | Play WS Fakes | Play WS | Scala |
21
- | -------------- | --------- | ------ |
22
- | ` 0.1.0 ` | ` 2.15.18 ` | ` 2.11 ` |
20
+ | Play WS Fakes | Play WS | Scala |
21
+ | -------------- | --------- | --------------- |
22
+ | ` 0.1.0 ` | ` 2.15.18 ` | ` 2.11 ` |
23
+ | ` 0.1.1 ` | ` 2.6.11 ` | ` 2.12 ` |
24
+ | ` 0.1.2 ` | ` 2.6.11 ` | ` 2.12 ` & ` 2.11 ` |
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ scalaVersion := "2.12.4"
4
4
5
5
val PlayWsVersion = " 2.6.11"
6
6
7
+ crossScalaVersions := Seq (" 2.11.12" , " 2.12.4" )
7
8
credentials += Credentials (Path .userHome / " .ivy2" / " .credentials" )
8
9
publishMavenStyle := true
9
10
publishTo := version { (v : String ) =>
You can’t perform that action at this time.
0 commit comments