mirror of https://github.com/sbt/sbt.git
Bump TravisCI to 2.11.8, match crossScalaVersions
This commit is contained in:
parent
531ea5f635
commit
e4dfbb0174
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue