Skip to content

Commit 32b845a

Browse files
authored
Merge pull request #7179 from dotty-staging/fix-base-version
Use 0.19.0 as base version
2 parents 7423d31 + 5c5cbad commit 32b845a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object MyScalaJSPlugin extends AutoPlugin {
5959
object Build {
6060
val referenceVersion = "0.18.1-RC1"
6161

62-
val baseVersion = "0.19.1"
62+
val baseVersion = "0.19.0"
6363
val baseSbtDottyVersion = "0.3.5"
6464

6565
// Versions used by the vscode extension to create a new project

0 commit comments

Comments
 (0)