We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
versionLine
2 parents a6c40b1 + e2d9ee5 commit 18b146bCopy full SHA for 18b146b
project/Build.scala
@@ -87,6 +87,9 @@ object Build {
87
88
val baseVersion = "3.4.2-RC1"
89
90
+ // LTS or Next
91
+ val versionLine = "Next"
92
+
93
// Versions used by the vscode extension to create a new project
94
// This should be the latest published releases.
95
// TODO: Have the vscode extension fetch these numbers from the Internet
@@ -2006,6 +2009,10 @@ object Build {
2006
2009
"scm:git:[email protected]:scala/scala3.git"
2007
2010
)
2008
2011
),
2012
+ pomExtra :=
2013
+ <properties>
2014
+ <scala.versionLine>{versionLine}</scala.versionLine>
2015
+ </properties>,
2016
developers := List(
2017
Developer(
2018
id = "odersky",
0 commit comments