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 63648f0 commit bfefca6Copy full SHA for bfefca6
build.sbt
@@ -4,6 +4,7 @@ import com.lightbend.tools.scalamoduleplugin.ScalaModulePlugin._
4
import scala.sys.process._
5
6
lazy val commonSettings = Seq(
7
+ scalaModuleAutomaticModuleName := Some("scala.collection.compat"),
8
headerLicense := Some(HeaderLicense.Custom(s"""|Scala (https://www.scala-lang.org)
9
|
10
|Copyright EPFL and Lightbend, Inc.
0 commit comments