Skip to content

Commit fae144e

Browse files
committed
Mod scala version
1 parent 9949dc9 commit fae144e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: scala
22

33
scala:
44
- 2.12.8
5-
- 2.13.0
5+
- 2.13.1
66

77
script:
8-
- sbt ++$TRAVIS_SCALA_VERSION test:compile test
8+
- sbt ++$TRAVIS_SCALA_VERSION test:compile
99

1010
# Container-based build environment with faster boot times
1111
sudo: false

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ organization := "io.code-check"
22

33
name := """github-api"""
44

5-
version := "0.3.0-SNAPSHOT"
5+
version := "0.3.0"
66

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

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

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

0 commit comments

Comments
 (0)