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 6701568 commit bdf634cCopy full SHA for bdf634c
project/Build.scala
@@ -56,14 +56,14 @@ object Build {
56
val referenceVersion = "0.27.0-RC1"
57
58
val baseVersion = "3.0.0-M1"
59
- val baseSbtDottyVersion = "0.4.4"
+ val baseSbtDottyVersion = "0.4.5"
60
61
// Versions used by the vscode extension to create a new project
62
// This should be the latest published releases.
63
// TODO: Have the vscode extension fetch these numbers from the Internet
64
// instead of hardcoding them ?
65
val publishedDottyVersion = referenceVersion
66
- val publishedSbtDottyVersion = "0.4.3"
+ val publishedSbtDottyVersion = "0.4.4"
67
68
/** scala-library version required to compile Dotty.
69
*
0 commit comments