Skip to content

Commit

Permalink
Re-enable dist-* projects
Browse files Browse the repository at this point in the history
Duhemm committed Nov 13, 2017

Verified

This commit was signed with the committer’s verified signature.
Duhemm Martin Duhem
1 parent 0f13174 commit 323b451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -22,9 +22,9 @@ val `scala-library` = Build.`scala-library`
val `scala-compiler` = Build.`scala-compiler`
val `scala-reflect` = Build.`scala-reflect`
val scalap = Build.scalap
// val dist = Build.dist
// val `dist-bootstrapped` = Build.`dist-bootstrapped`
// val `dist-optimised` = Build.`dist-optimised`
val dist = Build.dist
val `dist-bootstrapped` = Build.`dist-bootstrapped`
val `dist-optimised` = Build.`dist-optimised`

val `sbt-dotty` = Build.`sbt-dotty`
val `vscode-dotty` = Build.`vscode-dotty`

0 comments on commit 323b451

Please sign in to comment.