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 41b1f81 commit 300e0e7Copy full SHA for 300e0e7
project/Build.scala
@@ -62,14 +62,14 @@ object Build {
62
val referenceVersion = "0.15.0-RC1"
63
64
val baseVersion = "0.16.0"
65
- val baseSbtDottyVersion = "0.3.2"
+ val baseSbtDottyVersion = "0.3.3"
66
67
// Versions used by the vscode extension to create a new project
68
// This should be the latest published releases.
69
// TODO: Have the vscode extension fetch these numbers from the Internet
70
// instead of hardcoding them ?
71
- val publishedDottyVersion = "0.13.0-RC1"
72
- val publishedSbtDottyVersion = "0.3.1"
+ val publishedDottyVersion = referenceVersion
+ val publishedSbtDottyVersion = "0.3.2"
73
74
75
val dottyOrganization = "ch.epfl.lamp"
0 commit comments