Skip to content

Commit 35e6ee5

Browse files
authored
Merge pull request scala#11119 from lrytz/ijname
Set root project name, useful for IntelliJ
2 parents 6548d29 + b6a2fc7 commit 35e6ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ lazy val scala2: Project = (project in file("."))
12081208
.settings(disableDocs)
12091209
.settings(generateBuildCharacterFileSettings)
12101210
.settings(
1211+
name := "Scala 2.13", // project name in IntelliJ
12111212
publish / skip := true,
12121213
commands ++= ScriptCommands.all,
12131214
extractBuildCharacterPropertiesFile := {

0 commit comments

Comments
 (0)