We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe84bc9 commit 42888f5Copy full SHA for 42888f5
project/Build.scala
@@ -37,14 +37,14 @@ object Build {
37
val scalacVersion = "2.12.7"
38
39
val baseVersion = "0.11.0"
40
- val baseSbtDottyVersion = "0.2.6"
+ val baseSbtDottyVersion = "0.2.7"
41
42
// Versions used by the vscode extension to create a new project
43
// This should be the latest published releases.
44
// TODO: Have the vscode extension fetch these numbers from the Internet
45
// instead of hardcoding them ?
46
val publishedDottyVersion = "0.11.0-bin-20181031-5a465af-NIGHTLY" // Using a nightly for now to get worksheet support
47
- val publishedSbtDottyVersion = "0.2.5"
+ val publishedSbtDottyVersion = "0.2.6"
48
49
50
val dottyOrganization = "ch.epfl.lamp"
0 commit comments