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.
1 parent 6548d29 commit b6a2fc7Copy full SHA for b6a2fc7
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