Bump TravisCI to 2.11.8, match crossScalaVersions

This commit is contained in:
Dale Wijnand 2016-11-17 16:29:44 +00:00
parent 531ea5f635
commit e4dfbb0174
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import sbt.util.Logger
class IvyComponentCompilerSpec extends BridgeProviderSpecification {
val scala210 = "2.10.5"
val scala211 = "2.11.7"
val scala211 = "2.11.8"
it should "compile the bridge for Scala 2.10" in {
IO.withTemporaryDirectory { tempDir =>