Skip to content

Commit 78ed9e8

Browse files
committed
sbt-dotty: Bump to 0.3.2-SNAPSHOT
1 parent 193c572 commit 78ed9e8

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
@@ -32,14 +32,14 @@ object Build {
3232
val scalacVersion = "2.12.8"
3333

3434
val baseVersion = "0.14.0"
35-
val baseSbtDottyVersion = "0.3.1"
35+
val baseSbtDottyVersion = "0.3.2"
3636

3737
// Versions used by the vscode extension to create a new project
3838
// This should be the latest published releases.
3939
// TODO: Have the vscode extension fetch these numbers from the Internet
4040
// instead of hardcoding them ?
4141
val publishedDottyVersion = "0.13.0-RC1"
42-
val publishedSbtDottyVersion = "0.3.0"
42+
val publishedSbtDottyVersion = "0.3.1"
4343

4444

4545
val dottyOrganization = "ch.epfl.lamp"

0 commit comments

Comments
 (0)