Skip to content

Commit 42888f5

Browse files
committed
sbt-dotty: Bump to 0.2.7-SNAPSHOT
1 parent fe84bc9 commit 42888f5

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
@@ -37,14 +37,14 @@ object Build {
3737
val scalacVersion = "2.12.7"
3838

3939
val baseVersion = "0.11.0"
40-
val baseSbtDottyVersion = "0.2.6"
40+
val baseSbtDottyVersion = "0.2.7"
4141

4242
// Versions used by the vscode extension to create a new project
4343
// This should be the latest published releases.
4444
// TODO: Have the vscode extension fetch these numbers from the Internet
4545
// instead of hardcoding them ?
4646
val publishedDottyVersion = "0.11.0-bin-20181031-5a465af-NIGHTLY" // Using a nightly for now to get worksheet support
47-
val publishedSbtDottyVersion = "0.2.5"
47+
val publishedSbtDottyVersion = "0.2.6"
4848

4949

5050
val dottyOrganization = "ch.epfl.lamp"

0 commit comments

Comments
 (0)