Skip to content

Commit ae10b8e

Browse files
committed
Merge pull request #9 from adriaanm/snapshot
Validate against 2.11.0-SNAPSHOT
2 parents f67a47c + c95e9d8 commit ae10b8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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)' test
55
scala:
66
- 2.10.3
7-
- 2.11.0-M6
7+
- 2.11.0-SNAPSHOT
88
jdk:
99
- oraclejdk6
1010
- openjdk7

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ scalaVersion := "2.11.0-M6"
1111
// but don't rebuild scalacheck, so we don't want to rewire that dependency)
1212
scalaBinaryVersion := "2.11.0-M6"
1313

14+
// to allow compiling against snapshot versions of Scala
15+
resolvers += Resolver.sonatypeRepo("snapshots")
16+
1417
// don't use for doc scope, scaladoc warnings are not to be reckoned with
1518
scalacOptions in compile ++= Seq("-optimize", "-Xfatal-warnings", "-feature", "-deprecation", "-unchecked", "-Xlint")
1619

0 commit comments

Comments
 (0)