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 70cecaa commit e1aeecaCopy full SHA for e1aeeca
project/Build.scala
@@ -68,14 +68,14 @@ object Build {
68
val referenceVersion = "3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY"
69
70
val baseVersion = "3.0.1-RC1"
71
- val baseSbtDottyVersion = "0.5.4"
+ val baseSbtDottyVersion = "0.5.5"
72
73
// Versions used by the vscode extension to create a new project
74
// This should be the latest published releases.
75
// TODO: Have the vscode extension fetch these numbers from the Internet
76
// instead of hardcoding them ?
77
val publishedDottyVersion = referenceVersion
78
- val publishedSbtDottyVersion = "0.5.3"
+ val publishedSbtDottyVersion = "0.5.4"
79
80
/** scala-library version required to compile Dotty.
81
*
0 commit comments