Skip to content

Commit f3b7d23

Browse files
authored
Merge pull request #225 from scala-steward/update/sbt-scala-module-2.3.0
2 parents cfb747f + 2574667 commit f3b7d23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ lazy val scalaJava8Compat = (project in file("."))
5757
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
5858
.settings(commonSettings)
5959
.settings(
60-
name := "scala-java8-compat"
60+
name := "scala-java8-compat",
61+
scalaModuleAutomaticModuleName := Some("scala.compat.java8"),
6162
)
6263
.settings(
6364
fork := true, // This must be set so that runner task is forked when it runs fnGen and the compiler gets a proper classpath

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
22
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0")

0 commit comments

Comments
 (0)