Skip to content

Commit a6e75ca

Browse files
committed
Publish sbt-dotty 0.5.2
1 parent d1f9cd6 commit a6e75ca

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-RC1"
61-
val baseSbtDottyVersion = "0.5.1"
61+
val baseSbtDottyVersion = "0.5.2"
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.4.6"
68+
val publishedSbtDottyVersion = "0.5.2"
6969

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

0 commit comments

Comments
 (0)