Skip to content

Commit b1d44bb

Browse files
ashawleyshunjikonishi
authored andcommitted
Add Scala 2.13.0 to build
1 parent 626fa0a commit b1d44bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ scala:
44
- 2.10.7
55
- 2.11.12
66
- 2.12.8
7+
- 2.13.0
78

89
script:
910
- sbt ++$TRAVIS_SCALA_VERSION test:compile

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version := "0.3.0-SNAPSHOT"
66

77
scalaVersion := "2.12.8"
88

9-
crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value)
9+
crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value, "2.13.0")
1010

1111
description := "The GitHub API from Scala with Async HTTP Client (Netty)"
1212

0 commit comments

Comments
 (0)