sbt/notes
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
..
0.13.13 Adds templateResolvers and `new` command 2017-01-16 08:43:23 -05:00
0.13.14 Automatically choose proper compiler bridge for dotty 2017-04-04 14:49:32 -04:00
1.0.0 Merge pull request #2990 from valydia/1.0.x 2017-03-09 14:46:19 -05:00
0.10.0.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.10.1.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.11.0.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.11.3.markdown Reorganize directory structure 2016-05-06 16:01:49 -04: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 spelling: dependencies 2017-01-20 08:13:00 +00:00
0.13.9.markdown spelling: undefined 2017-01-20 08:30:01 +00:00
0.13.11.markdown spelling: dependent 2017-01-20 08:13:17 +00:00
0.13.12.markdown Move release notes 2017-01-15 05:59:51 -05:00
0.13.13.markdown Move release notes 2017-01-15 05:59:51 -05:00
1.0.0-M4.markdown Typo 2016-06-24 18:57:36 +02:00
about.markdown notes 2014-09-13 15:37:00 -04:00