Skip to content

Conversation

@clutroth
Copy link
Contributor

@clutroth clutroth commented Nov 2, 2021

No description provided.

@clutroth
Copy link
Contributor Author

clutroth commented Nov 2, 2021

Scalajs compiler is not released for scala 2.12.14;1.5.0, etc. I'll wait for scalajscli for scalajs1.7

@sjrd
Copy link
Member

sjrd commented Nov 2, 2021

There's no need to upgrade the Scala versions at the same time as the sbt version. In fact, those things should be separated.

build.sbt Outdated
mainClass in assembly := None, // don't want an executable JAR
assemblyOption in assembly ~= { _.copy(includeScala = false) },
assemblyJarName in assembly :=
assembly / mainClass := None, // don't want an executable JAR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's always one space too many on the right of /. For example here:

Suggested change
assembly / mainClass := None, // don't want an executable JAR
assembly / mainClass := None, // don't want an executable JAR

Could you amend that?

Otherwise, LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

@sjrd sjrd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks :)

@sjrd sjrd marked this pull request as ready for review November 2, 2021 12:29
@sjrd sjrd merged commit 3a0378b into scala-js:master Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants