sbt, the interactive build tool
Go to file
Eugene Yokota 8d0e4d2ef0 Apply scalaVersion enforcement to Compile related configs
Fixes #2786. Ref #2634.

sbt 0.13.12 added Ivy mediator that enforces scalaOrganization and
scalaVersion for Scala toolchain artifacts.
This turns out to be a bit too aggressive because Ivy configurations
can be used as an independent dependency graph that does not rely on
the scalaVersion used by Compile configuration. By enforcing
scalaVersion in those graph causes runtime failure.

This change checks if the configuration extends Default, Compile,
Provided, or Optional before enforcing scalaVersion.
2016-11-11 05:15:58 -05:00
cache scalariform changed this. 2016-04-05 22:52:05 -04:00
compile Merge pull request #2767 from avdv/fix-2766-sourceFile-null 2016-10-25 13:40:48 -04:00
interface Fixes test 2016-04-06 11:26:17 -04:00
ivy Apply scalaVersion enforcement to Compile related configs 2016-11-11 05:15:58 -05:00
launch Include sbt-ivy-snapshots to launchconfig 2015-12-29 19:48:57 -05:00
licenses move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00
main Use sbt-giter8-resolver 0.1.2 2016-11-08 15:31:29 -05:00
notes Apply scalaVersion enforcement to Compile related configs 2016-11-11 05:15:58 -05:00
project Cross publishing to 2.12 2016-10-25 13:37:48 -04:00
run Fix additional warnings 2015-08-07 00:23:14 +02:00
sbt Apply scalaVersion enforcement to Compile related configs 2016-11-11 05:15:58 -05:00
sbt-maven-resolver/src Support wildcard exclusions in maven resolver 2016-09-02 12:20:22 +01:00
scripted Continue to run tests after passing pending test 2015-08-19 08:26:21 +02:00
src/main/conscript Set version in launchconfig to 0.13.13 (automatic) 2016-10-28 13:15:32 +01:00
tasks Fixes #2302. Don't check pre and post conditions in sbt.Execute by default. 2015-12-07 22:14:55 +01:00
testing Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
util Merge pull request #2782 from bantonsson/lazily-concatenate-failed-errors 2016-10-14 16:17:08 -04:00
.gitattributes Added .gitattributes file. 2013-04-25 00:06:51 +08:00
.gitignore support defining Projects in .sbt files 2012-12-09 20:40:41 -05:00
.java-version jEnv 2016-09-14 20:09:25 -04:00
.travis.yml Adds a scripted test that tests repo override 2016-04-24 14:24:05 -04:00
CONTRIBUTING.md CONTRIBUTING.md: Fix error in scripted test command 2016-01-23 17:39:17 +01:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Fix intended formatting in README. 2015-05-27 07:33:26 +01:00
api.specification Macro def aware recompilation. 2012-03-04 17:35:51 +01:00
build.sbt Set version to 0.13.14-SNAPSHOT 2016-10-28 13:20:40 +01:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00

README.md

sbt

sbt is a build tool for Scala, Java, and more.

For general documentation, see http://www.scala-sbt.org/.

Issues and Pull Requests

Please read CONTRIBUTING carefully before opening a GitHub Issue.

The short version: try StackOverflow and sbt-dev. Don't open an Issue.

sbt 0.13

This is the 0.13.x series of sbt.

  • Setup: Describes getting started with the latest binary release.
  • FAQ: Explains how to get help and more.
  • Google Code: hosts sbt 0.7.7 and earlier versions

license

See LICENSE.