sbt/project
Dale Wijnand de10d81f07 Upgrade sbt plugins. Fixes #2368
Cherry-picked 84cba9669c from branch 0.13 to 1.0.x

Tested manually:

  $ grep 'version.*:=' build.sbt
  version := "0.13.10-SNAPSHOT",
  $ git archive --prefix=sbt-0.13.10-SNAPSHOT/ -o ~/Desktop/sbt-0.13.10-SNAPSHOT.tgz HEAD
  $ cd ~/Desktop
  $ ls
  sbt-0.13.10-SNAPSHOT.tgz
  $ tar xfz sbt-0.13.10-SNAPSHOT.tgz
  $ cd sbt-0.13.10-SNAPSHOT/
  $ sbt info
  [info] Loading global plugins from /Users/dnw/.dotfiles/.sbt/0.13/plugins
  [info] Loading project definition from /Users/dnw/Desktop/sbt-0.13.10-SNAPSHOT/project
  [info] Updating {file:/Users/dnw/Desktop/sbt-0.13.10-SNAPSHOT/project/}sbt-0-13-10-snapshot-build...
  [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  [info] Done updating.
  [warn] There may be incompatibilities among your library dependencies.
  [warn] Here are some of the libraries that were evicted:
  [warn]  * com.typesafe.sbt:sbt-site:0.8.1 -> 0.8.2
  [warn] Run 'evicted' to see detailed eviction warnings
  [info] Compiling 12 Scala sources to /Users/dnw/Desktop/sbt-0.13.10-SNAPSHOT/project/target/scala-2.10/sbt-0.13/classes...
  [info] This is sbt 0.13.9
  [info] The current project is {file:/Users/dnw/Desktop/sbt-0.13.10-SNAPSHOT/}sbtRoot 0.13.10-SNAPSHOT
  [info] The current project is built against Scala 2.10.6
  [info] Available Plugins: sbt.plugins.IvyPlugin, sbt.plugins.JvmPlugin, sbt.plugins.CorePlugin...
  [info] sbt, sbt plugins, and build definitions are using Scala 2.10.5
2016-01-16 12:19:09 +00:00
..
Dependencies.scala changes due to bumping up librarymangement to 0.1.0-M4 2015-10-02 00:25:45 -04:00
Docs.scala Fix most build warnings 2015-07-10 11:53:48 +02:00
Formatting.scala added scalariform 2014-05-01 12:50:07 -04:00
NightlyPlugin.scala Fix build 2015-02-02 22:44:02 -05:00
Release.scala publish to bintray 2015-04-20 10:56:37 -04:00
SbtLauncherPlugin.scala Fix most build warnings 2015-07-10 11:53:48 +02:00
Scripted.scala Include pending scripted tests in * and *aofb 2015-08-19 09:11:02 +02:00
SiteMap.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
StatusPlugin.scala publish nightlies to bintray 2015-04-20 12:51:18 -04:00
Sxr.scala Fix most build warnings 2015-07-10 11:53:48 +02:00
Transform.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
Util.scala Fix most build warnings 2015-07-10 11:53:48 +02:00
build.properties Upgrade to 0.13.9. 2015-08-19 12:16:03 +01:00
plugins.sbt Upgrade sbt plugins. Fixes #2368 2016-01-16 12:19:09 +00:00