File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import com.lightbend.tools.scalamoduleplugin.ScalaModulePlugin._
4
4
import scala .sys .process ._
5
5
6
6
lazy val commonSettings = Seq (
7
+ scalaModuleAutomaticModuleName := Some (" scala.collection.compat" ),
7
8
headerLicense := Some (HeaderLicense .Custom (s """ |Scala (https://www.scala-lang.org)
8
9
|
9
10
|Copyright EPFL and Lightbend, Inc.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ
8
8
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
9
9
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10
10
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
11
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.4 " )
11
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.0 " )
12
12
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.27" )
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
14
14
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments