sbt/notes
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
..
0.13.14 Automatically choose proper compiler bridge for dotty 2017-01-11 16:06:45 +01:00
0.13.6.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.7.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.8.markdown Notes on #1921 2015-03-18 11:28:19 -07:00
0.13.9.markdown Add JCenter change to 0.13.9's notes 2015-12-25 21:49:01 -05:00
0.13.11.markdown notes 2016-02-22 02:22:29 -05:00
0.13.12.markdown Fixes #2654 Silence macro recompilation info message 2016-07-08 01:03:32 +01:00
0.13.13.markdown notes 2016-10-14 21:22:34 -04:00
about.markdown notes 2014-09-13 15:37:00 -04:00