Skip to content

Commit 1cf4190

Browse files
committed
sbt-dotty: Bump to 0.3.4-SNAPSHOT
1 parent 02c0f80 commit 1cf4190

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
@@ -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.3"
65+
val baseSbtDottyVersion = "0.3.4"
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 ?
7171
val publishedDottyVersion = referenceVersion
72-
val publishedSbtDottyVersion = "0.3.2"
72+
val publishedSbtDottyVersion = "0.3.3"
7373

7474

7575
val dottyOrganization = "ch.epfl.lamp"

0 commit comments

Comments
 (0)