Skip to content

Commit a06c5e4

Browse files
committed
sbt-dotty: Bump to 0.3.5-SNAPSHOT
1 parent bcbbbc0 commit a06c5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ object Build {
6161
val referenceVersion = "0.18.1-bin-20190825-6960f8d-NIGHTLY"
6262

6363
val baseVersion = "0.18.1"
64-
val baseSbtDottyVersion = "0.3.4"
64+
val baseSbtDottyVersion = "0.3.5"
6565

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

7373
/** scala-library version required to compile Dotty.
7474
*

0 commit comments

Comments
 (0)