Skip to content

Commit 24ee6cf

Browse files
committed
Bump sbt-dotty to 0.4.7-SNAPSHOT
1 parent 0134f2c commit 24ee6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ object Build {
5656
val referenceVersion = "3.0.0-M2-bin-20201108-3938388-NIGHTLY"
5757

5858
val baseVersion = "3.0.0-M2"
59-
val baseSbtDottyVersion = "0.4.6"
59+
val baseSbtDottyVersion = "0.4.7"
6060

6161
// Versions used by the vscode extension to create a new project
6262
// This should be the latest published releases.
6363
// TODO: Have the vscode extension fetch these numbers from the Internet
6464
// instead of hardcoding them ?
6565
val publishedDottyVersion = referenceVersion
66-
val publishedSbtDottyVersion = "0.4.5"
66+
val publishedSbtDottyVersion = "0.4.6"
6767

6868
/** scala-library version required to compile Dotty.
6969
*

0 commit comments

Comments
 (0)