You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like neither assembleArtifact := false nor _.withIncludeScala(false) have any effect in Scala 3 projects.
To reproduce, I created a Scala 3 project from scratch via sbt new scala/scala3.g8. (Currently, this yields scala3Version = "3.5.2" and sbt.version=1.10.5.) I create a project/plugins.sbt:
It looks like neither
assembleArtifact := false
nor_.withIncludeScala(false)
have any effect in Scala 3 projects.To reproduce, I created a Scala 3 project from scratch via
sbt new scala/scala3.g8
. (Currently, this yieldsscala3Version = "3.5.2"
andsbt.version=1.10.5
.) I create aproject/plugins.sbt
:Adding either
or
to the project settings, as described in the docs, doesn't seem to have any effect:
Explicitly filtering files whose path starts with "scala" works, though, so assembly config options seem to be picked up:
The text was updated successfully, but these errors were encountered: