We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b190866 commit ca5cef0Copy full SHA for ca5cef0
build.sc
@@ -550,7 +550,7 @@ class Scala3Graal(val crossScalaVersion: String) extends BuildLikeModule {
550
}
551
552
553
-trait Scala3GraalProcessor extends ScalaModule {
+trait Scala3GraalProcessor extends ScalaModule with ScalaCliPublishModule {
554
def moduleDeps = Seq(`scala3-graal`(Scala.scala3))
555
def scalaVersion = Scala.scala3
556
def finalMainClass = "scala.cli.graal.CoursierCacheProcessor"
0 commit comments