We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f9cd6 commit a6e75caCopy full SHA for a6e75ca
project/Build.scala
@@ -58,14 +58,14 @@ object Build {
58
val referenceVersion = "3.0.0-RC1-bin-20210122-6947b0f-NIGHTLY"
59
60
val baseVersion = "3.0.0-RC1"
61
- val baseSbtDottyVersion = "0.5.1"
+ val baseSbtDottyVersion = "0.5.2"
62
63
// Versions used by the vscode extension to create a new project
64
// This should be the latest published releases.
65
// TODO: Have the vscode extension fetch these numbers from the Internet
66
// instead of hardcoding them ?
67
val publishedDottyVersion = referenceVersion
68
- val publishedSbtDottyVersion = "0.4.6"
+ val publishedSbtDottyVersion = "0.5.2"
69
70
/** scala-library version required to compile Dotty.
71
*
0 commit comments