Skip to content

Commit e05e619

Browse files
committed
set name for root project (shows in intellij, staging repo)
1 parent 49c4f12 commit e05e619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ lazy val commonSettings = Seq(
2020
lazy val root = project
2121
.in(file("."))
2222
.settings(commonSettings)
23+
.settings(name := "scala-collection-compat")
2324
.settings(dontPublish)
2425
.aggregate(
2526
compat211JVM,

0 commit comments

Comments
 (0)