Skip to content

Commit 300e0e7

Browse files
committed
sbt-dotty: Bump to 0.3.3-SNAPSHOT
1 parent 41b1f81 commit 300e0e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ object Build {
6262
val referenceVersion = "0.15.0-RC1"
6363

6464
val baseVersion = "0.16.0"
65-
val baseSbtDottyVersion = "0.3.2"
65+
val baseSbtDottyVersion = "0.3.3"
6666

6767
// Versions used by the vscode extension to create a new project
6868
// This should be the latest published releases.
6969
// TODO: Have the vscode extension fetch these numbers from the Internet
7070
// instead of hardcoding them ?
71-
val publishedDottyVersion = "0.13.0-RC1"
72-
val publishedSbtDottyVersion = "0.3.1"
71+
val publishedDottyVersion = referenceVersion
72+
val publishedSbtDottyVersion = "0.3.2"
7373

7474

7575
val dottyOrganization = "ch.epfl.lamp"

0 commit comments

Comments
 (0)