From 20b5a881c49ec132b8f865f2d6445f4fd3d1794c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 5 May 2021 23:04:36 +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 77657fd..18b95bb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") From 29e91c2ff2bfcac0ee5e42f95a6647919d02f8c8 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 5 May 2021 14:47:42 -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 bf71a07..1f23a5f 100644 --- a/build.sbt +++ b/build.sbt @@ -18,6 +18,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform) .jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin)) .settings( ScalaModulePlugin.scalaModuleSettings, + scalaModuleAutomaticModuleName := Some("scala.library.next"), scalaModuleMimaPreviousVersion := None, scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"), libraryDependencies ++= Seq(