mirror of https://github.com/sbt/sbt.git
Bump Scala to 2.12.3 and IO to 1.0.0-RC3
This commit is contained in:
parent
867cd3fa8f
commit
5fe8128906
|
|
@ -3,7 +3,7 @@ jdk: oraclejdk8
|
||||||
|
|
||||||
scala:
|
scala:
|
||||||
- 2.11.11
|
- 2.11.11
|
||||||
- 2.12.2
|
- 2.12.3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues test
|
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues test
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
||||||
object Dependencies {
|
object Dependencies {
|
||||||
val scala210 = "2.10.6"
|
val scala210 = "2.10.6"
|
||||||
val scala211 = "2.11.11"
|
val scala211 = "2.11.11"
|
||||||
val scala212 = "2.12.2"
|
val scala212 = "2.12.3"
|
||||||
|
|
||||||
private val ioVersion = "1.0.0-M13"
|
private val ioVersion = "1.0.0-RC3"
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue