mirror of https://github.com/sbt/sbt.git
commit
1e9ff48e22
|
|
@ -3,7 +3,7 @@ jdk: oraclejdk8
|
||||||
|
|
||||||
scala:
|
scala:
|
||||||
- 2.11.11
|
- 2.11.11
|
||||||
- 2.12.2
|
- 2.12.3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# drop scalafmt on the 1.0.0 branch to dogfood 1.0.0-RC2 before there is a sbt 1.0 of new-sbt-scalafnt
|
# drop scalafmt on the 1.0.0 branch to dogfood 1.0.0-RC2 before there is a sbt 1.0 of new-sbt-scalafnt
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
||||||
|
|
||||||
object Dependencies {
|
object Dependencies {
|
||||||
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-M13"
|
||||||
private val utilVersion = "1.0.0-M27"
|
private val utilVersion = "1.0.0-M27"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue