Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248)
Also: Migrate to sbt slash syntax
This commit is contained in:
parent
49759617ab
commit
aa03e8b089
27 changed files with 145 additions and 148 deletions
|
|
@ -19,5 +19,5 @@ object AutomaticModuleName {
|
|||
private val AutomaticModuleName = "Automatic-Module-Name"
|
||||
|
||||
def settings(name: String): Seq[Def.Setting[Task[Seq[PackageOption]]]] =
|
||||
Seq(packageOptions in (Compile, packageBin) += Package.ManifestAttributes(AutomaticModuleName -> name))
|
||||
Seq(Compile / packageBin / packageOptions += Package.ManifestAttributes(AutomaticModuleName -> name))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue