Skip to content

Commit 83cb8ff

Browse files
committed
Bump sbt-dotty to 0.5.4-SNAPSHOT
1 parent 41605e0 commit 83cb8ff

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
@@ -58,14 +58,14 @@ object Build {
5858
val referenceVersion = "3.0.0-RC1-bin-20210122-6947b0f-NIGHTLY"
5959

6060
val baseVersion = "3.0.0-RC2"
61-
val baseSbtDottyVersion = "0.5.3"
61+
val baseSbtDottyVersion = "0.5.4"
6262

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

7070
/** scala-library version required to compile Dotty.
7171
*

0 commit comments

Comments
 (0)