We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbbbc0 commit a06c5e4Copy full SHA for a06c5e4
project/Build.scala
@@ -61,14 +61,14 @@ object Build {
61
val referenceVersion = "0.18.1-bin-20190825-6960f8d-NIGHTLY"
62
63
val baseVersion = "0.18.1"
64
- val baseSbtDottyVersion = "0.3.4"
+ val baseSbtDottyVersion = "0.3.5"
65
66
// Versions used by the vscode extension to create a new project
67
// This should be the latest published releases.
68
// TODO: Have the vscode extension fetch these numbers from the Internet
69
// instead of hardcoding them ?
70
val publishedDottyVersion = referenceVersion
71
- val publishedSbtDottyVersion = "0.3.3"
+ val publishedSbtDottyVersion = "0.3.4"
72
73
/** scala-library version required to compile Dotty.
74
*
0 commit comments