mirror of https://github.com/sbt/sbt.git
sbt 1.0.0-RC2
This commit is contained in:
parent
53c80f076a
commit
d004e9e31a
|
|
@ -6,7 +6,9 @@ scala:
|
||||||
- 2.12.2
|
- 2.12.2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M ";++$TRAVIS_SCALA_VERSION test;scalafmt::test;test:scalafmt::test"
|
# 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
|
||||||
|
# - sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M ";++$TRAVIS_SCALA_VERSION test;scalafmt::test;test:scalafmt::test"
|
||||||
|
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M ";++$TRAVIS_SCALA_VERSION test"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,9 @@ lazy val lmRoot = (project in file("."))
|
||||||
url("https://github.com/sbt/librarymanagement"), "git@github.com:sbt/librarymanagement.git"
|
url("https://github.com/sbt/librarymanagement"), "git@github.com:sbt/librarymanagement.git"
|
||||||
)),
|
)),
|
||||||
bintrayPackage := "librarymanagement",
|
bintrayPackage := "librarymanagement",
|
||||||
scalafmtOnCompile := true,
|
// scalafmtOnCompile := true,
|
||||||
// scalafmtVersion 1.0.0-RC3 has regression
|
// scalafmtVersion 1.0.0-RC3 has regression
|
||||||
scalafmtVersion := "0.6.8",
|
// scalafmtVersion := "0.6.8",
|
||||||
git.baseVersion := baseVersion,
|
git.baseVersion := baseVersion,
|
||||||
version := {
|
version := {
|
||||||
val v = version.value
|
val v = version.value
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.0.0-M6
|
sbt.version=1.0.0-RC2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
|
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
|
||||||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M9")
|
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M9")
|
||||||
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")
|
|
||||||
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.3")
|
// addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.3")
|
||||||
|
|
||||||
scalacOptions += "-language:postfixOps"
|
scalacOptions += "-language:postfixOps"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue