We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dd6a4 commit 3502e17Copy full SHA for 3502e17
project/Build.scala
@@ -85,6 +85,9 @@ object Build {
85
86
val baseVersion = "3.3.4-RC1"
87
88
+ // LTS or Next
89
+ val versionLine = "LTS"
90
+
91
// Versions used by the vscode extension to create a new project
92
// This should be the latest published releases.
93
// TODO: Have the vscode extension fetch these numbers from the Internet
@@ -1815,6 +1818,10 @@ object Build {
1815
1818
"scm:git:[email protected]:scala/scala3.git"
1816
1819
)
1817
1820
),
1821
+ pomExtra :=
1822
+ <properties>
1823
+ <scala.versionLine>{versionLine}</scala.versionLine>
1824
+ </properties>,
1825
developers := List(
1826
Developer(
1827
id = "odersky",
0 commit comments