Skip to content

Commit 2b6028d

Browse files
committed
Bump scala baseVersion to 3.0.3-RC1 and referenceVersion to 3.0.2-RC1
1 parent 54b89b1 commit 2b6028d

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
@@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin {
6363
}
6464

6565
object Build {
66-
val referenceVersion = "3.0.0"
66+
val referenceVersion = "3.0.2-RC1"
6767

68-
val baseVersion = "3.0.2-RC1"
68+
val baseVersion = "3.0.3-RC1"
6969

7070
// Versions used by the vscode extension to create a new project
7171
// This should be the latest published releases.

0 commit comments

Comments
 (0)