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.
2 parents 6548d29 + b6a2fc7 commit 35e6ee5Copy full SHA for 35e6ee5
build.sbt
@@ -1208,6 +1208,7 @@ lazy val scala2: Project = (project in file("."))
1208
.settings(disableDocs)
1209
.settings(generateBuildCharacterFileSettings)
1210
.settings(
1211
+ name := "Scala 2.13", // project name in IntelliJ
1212
publish / skip := true,
1213
commands ++= ScriptCommands.all,
1214
extractBuildCharacterPropertiesFile := {
0 commit comments