Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ object Build {

val baseVersion = "3.4.2-RC1"

// LTS or Next
val versionLine = "Next"

// Versions used by the vscode extension to create a new project
// This should be the latest published releases.
// TODO: Have the vscode extension fetch these numbers from the Internet
Expand Down Expand Up @@ -2006,6 +2009,10 @@ object Build {
"scm:git:git@github.com:scala/scala3.git"
)
),
pomExtra :=
<properties>
<scala.versionLine>{versionLine}</scala.versionLine>
</properties>,
developers := List(
Developer(
id = "odersky",
Expand Down