Skip to content

Commit 574de80

Browse files
committed
Upgrade dependency.
1 parent 3e1ee55 commit 574de80

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: scala
22
scala:
3-
- 2.13.1
4-
- 2.12.10
3+
- 2.13.3
4+
- 2.12.12
55
- 2.11.12
66
jdk:
7-
- openjdk8
7+
- openjdk8
8+
- openjdk11

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Play Json ScalaCheckGenerators
22
==============================
3-
[![Build Status](https://travis-ci.org/ServiceRocket/play-json-gen.svg?branch=master)](https://travis-ci.org/ServiceRocket/play-json-gen)
3+
[![Build Status](https://travis-ci.org/servicerocket-labs/play-json-gen.svg?branch=master)](https://travis-ci.org/servicerocket-labs/play-json-gen)
44

55
ScalaCheck generators for Play Json.
66
### Usage
@@ -26,4 +26,4 @@ JsonGen.jsStringGen
2626
| -------------- | -------------- | --------- | --------------- |
2727
| `0.1.0` | `1.13.5` | `2.5.18` | `2.11` |
2828
| `0.1.1` | `1.13.5` | `2.6.8` | `2.11` |
29-
| `0.1.2` | `1.14.1` | `2.7.4` | `2.13`, `2.12`, `2.11` |
29+
| `0.1.2` | `1.14.3` | `2.7.4` | `2.13`, `2.12`, `2.11` |

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
22
scalacOptions ++= Seq("-feature", "-target:jvm-1.8")
3-
scalaVersion := "2.13.1"
4-
val ScalacheckVersion = "1.14.1"
3+
scalaVersion := "2.13.3"
4+
val ScalacheckVersion = "1.14.3"
55
val PlayJsonVersion = "2.7.4"
6-
val ScalaTestVersion = "3.0.8"
6+
val ScalaTestVersion = "3.0.9"
77

8-
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1")
8+
crossScalaVersions := Seq("2.11.12", "2.12.12", "2.13.3")
99
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
1010
publishMavenStyle := true
1111
publishTo := version { (v: String) =>

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.2
1+
sbt.version=1.3.13

0 commit comments

Comments
 (0)