sbt/notes/0.13.14
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
..
buildlevelkey.md Add build-level keys to the tab completion 2016-11-30 02:33:05 -05:00
dotty_bridge.md Automatically choose proper compiler bridge for dotty 2017-01-11 16:06:45 +01:00
ivyfix.md Bump up Ivy 2016-11-11 14:42:48 -05:00
junit_xml_imp.md JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests 2016-11-29 23:08:51 +00:00
mediator_fix.md Apply binary version conflict check to Compile related configs 2016-11-11 15:44:05 -05:00