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._
44import scala .sys .process ._
55
66lazy 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.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ
88addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
1010addSbtPlugin(" 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 " )
1212addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.27" )
1313addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
1414addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments