sbt/notes/0.13.14
Guillaume Martres 2283c68031 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-04-04 14:49:32 -04:00
..
buildlevelkey.md Add build-level keys to the tab completion 2017-01-16 15:39:01 -05:00
dotty_bridge.md Automatically choose proper compiler bridge for dotty 2017-04-04 14:49:32 -04:00
junit_xml_imp.md JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests 2016-12-01 10:45:13 +00:00