Skip to content

Commit bfefca6

Browse files
committed
add Automatic-Module-Name
1 parent 63648f0 commit bfefca6

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
@@ -4,6 +4,7 @@ import com.lightbend.tools.scalamoduleplugin.ScalaModulePlugin._
44
import scala.sys.process._
55

66
lazy val commonSettings = Seq(
7+
scalaModuleAutomaticModuleName := Some("scala.collection.compat"),
78
headerLicense := Some(HeaderLicense.Custom(s"""|Scala (https://www.scala-lang.org)
89
|
910
|Copyright EPFL and Lightbend, Inc.

0 commit comments

Comments
 (0)