Skip to content

Commit ecbbc96

Browse files
committed
Update Scala versions
1 parent 32a8759 commit ecbbc96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: scala
22

33
scala:
4-
- 2.12.8
5-
- 2.13.0
4+
- 2.12.10
5+
- 2.13.1
66

77
script:
88
- sbt ++$TRAVIS_SCALA_VERSION test:compile "testOnly *GitHubEventSpec"

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name := """github-api"""
44

55
version := "0.3.0-SNAPSHOT"
66

7-
scalaVersion := "2.12.8"
7+
scalaVersion := "2.12.10"
88

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

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

0 commit comments

Comments
 (0)