sbt 1.0.0-RC2

This commit is contained in:
Eugene Yokota 2017-07-19 21:32:39 -04:00 committed by Dale Wijnand
parent 53c80f076a
commit d004e9e31a
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
4 changed files with 8 additions and 6 deletions

View File

@ -6,7 +6,9 @@ scala:
- 2.12.2
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:
directories:

View File

@ -41,9 +41,9 @@ lazy val lmRoot = (project in file("."))
url("https://github.com/sbt/librarymanagement"), "git@github.com:sbt/librarymanagement.git"
)),
bintrayPackage := "librarymanagement",
scalafmtOnCompile := true,
// scalafmtOnCompile := true,
// scalafmtVersion 1.0.0-RC3 has regression
scalafmtVersion := "0.6.8",
// scalafmtVersion := "0.6.8",
git.baseVersion := baseVersion,
version := {
val v = version.value

View File

@ -1 +1 @@
sbt.version=1.0.0-M6
sbt.version=1.0.0-RC2

View File

@ -1,6 +1,6 @@
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
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"