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 193c572 commit 78ed9e8Copy full SHA for 78ed9e8
project/Build.scala
@@ -32,14 +32,14 @@ object Build {
32
val scalacVersion = "2.12.8"
33
34
val baseVersion = "0.14.0"
35
- val baseSbtDottyVersion = "0.3.1"
+ val baseSbtDottyVersion = "0.3.2"
36
37
// Versions used by the vscode extension to create a new project
38
// This should be the latest published releases.
39
// TODO: Have the vscode extension fetch these numbers from the Internet
40
// instead of hardcoding them ?
41
val publishedDottyVersion = "0.13.0-RC1"
42
- val publishedSbtDottyVersion = "0.3.0"
+ val publishedSbtDottyVersion = "0.3.1"
43
44
45
val dottyOrganization = "ch.epfl.lamp"
0 commit comments