sbt/main
Guillaume Martres 3c6db1ce5d Automatically choose proper compiler bridge for dotty
Before this commit, using dotty in your sbt project required to add:
  scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" %
    scalaVersion.value % "component").sources()
in your build.sbt. We might as well automatically do this, this reduces
the boilerplate for using dotty in your project to:
  scalaOrganization := "ch.epfl.lamp"
  scalaVersion := "0.1.1-SNAPSHOT"
  scalaBinaryVersion := "2.11" // dotty itself is only published as a
                               // 2.11 artefact currently
2017-01-11 16:06:45 +01:00
..
actions/src Replace var/set with withClassLoaderCache 2016-09-26 19:32:11 +10:00
command/src/main/scala/sbt Safer template resolver 2016-10-12 20:06:10 -04:00
settings/src Merge pull request #2764 from dwijnand/deprecate-tuple-enrich 2016-10-14 20:13:22 -04:00
src Automatically choose proper compiler bridge for dotty 2017-01-11 16:06:45 +01:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00