From 63648f043f7a8f470aeecf1bf0619dad7bc9fa39 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 5 May 2021 23:04:15 +0200 Subject: [PATCH 1/2] Update sbt-scala-module to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6c10014a..675f385b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossVer) addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion) addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossVer) -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5") From bfefca650c9fb351c989bb529c0f1ecbe9ff65c7 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 5 May 2021 14:43:38 -0700 Subject: [PATCH 2/2] add Automatic-Module-Name --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 618ce8ea..9c51d3da 100644 --- a/build.sbt +++ b/build.sbt @@ -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.