Files
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
..
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2015-01-24 13:45:15 -05:00
2015-01-24 13:45:15 -05:00
2017-01-20 08:13:00 +00:00
2017-01-20 08:30:01 +00:00
2017-01-20 08:13:17 +00:00
2017-01-15 05:59:51 -05:00
2017-01-15 05:59:51 -05:00
2016-06-24 18:57:36 +02:00
2014-09-13 15:37:00 -04:00