Skip to content

Commit e1aeeca

Browse files
committed
sbt-dotty: Bump to 0.5.5-SNAPSHOT
1 parent 70cecaa commit e1aeeca

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
@@ -68,14 +68,14 @@ object Build {
6868
val referenceVersion = "3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY"
6969

7070
val baseVersion = "3.0.1-RC1"
71-
val baseSbtDottyVersion = "0.5.4"
71+
val baseSbtDottyVersion = "0.5.5"
7272

7373
// Versions used by the vscode extension to create a new project
7474
// This should be the latest published releases.
7575
// TODO: Have the vscode extension fetch these numbers from the Internet
7676
// instead of hardcoding them ?
7777
val publishedDottyVersion = referenceVersion
78-
val publishedSbtDottyVersion = "0.5.3"
78+
val publishedSbtDottyVersion = "0.5.4"
7979

8080
/** scala-library version required to compile Dotty.
8181
*

0 commit comments

Comments
 (0)