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 02c0f80 commit 1cf4190Copy full SHA for 1cf4190
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.3"
+ val baseSbtDottyVersion = "0.3.4"
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 = referenceVersion
72
- val publishedSbtDottyVersion = "0.3.2"
+ val publishedSbtDottyVersion = "0.3.3"
73
74
75
val dottyOrganization = "ch.epfl.lamp"
0 commit comments