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 41605e0 commit 83cb8ffCopy full SHA for 83cb8ff
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-RC2"
61
- val baseSbtDottyVersion = "0.5.3"
+ val baseSbtDottyVersion = "0.5.4"
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.5.2"
+ val publishedSbtDottyVersion = "0.5.3"
69
70
/** scala-library version required to compile Dotty.
71
*
0 commit comments