Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit e73131d

Browse files
committed
Update the scala version to 2.11.0 in .travis.yaml
Testing with 2.11.0-SNAPSHOT results "UNRESOLVED DEPENDENCIES".
1 parent d177b6f commit e73131d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ script:
44
- sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)' clean update compile test
55
# TODO: -Dbuild.publish.user=${SONATYPE_USER} -Dbuild.publish.password=${SONATYPE_PASS} $(bash project/release_on_tag.sh)
66
scala:
7-
- 2.11.0-SNAPSHOT
7+
- 2.11.0
88
jdk:
99
- openjdk6
1010
# - openjdk7

0 commit comments

Comments
 (0)