Skip to content

Commit

Permalink
add Automatic-Module-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed May 12, 2021
1 parent 63648f0 commit bfefca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import com.lightbend.tools.scalamoduleplugin.ScalaModulePlugin._
import scala.sys.process._

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

0 comments on commit bfefca6

Please sign in to comment.