We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c4f12 commit e05e619Copy full SHA for e05e619
build.sbt
@@ -20,6 +20,7 @@ lazy val commonSettings = Seq(
20
lazy val root = project
21
.in(file("."))
22
.settings(commonSettings)
23
+ .settings(name := "scala-collection-compat")
24
.settings(dontPublish)
25
.aggregate(
26
compat211JVM,
0 commit comments