Skip to content

Conversation

SlowBrainDude
Copy link
Contributor

@SlowBrainDude SlowBrainDude commented Jul 19, 2024

The old, hardcoded Scala 2.12 version previously used for the sbtn project (as a kind of workaround?) was no longer supported by Scala IDE tooling. But sbtn builds just fine when using the current global setting for the Scala 2.12 version, so this commit removes the hardcoded version.

Metals complained, so I tried to fix it. I think the change is harmless as the "client" project contains just a Java file, which gets build anyway by Graal Native Image and not by Scala.

I've actually run the native build and verified that the resulting binary starts up. (Didn't do any further testing with it though as I don't see what could go wrong besides the build when changing that setting in the build description).

The old, hardcoded Scala 2.12 version previously used for the sbtn
project (as a kind of workaround?) was no longer supported by Scala IDE tooling.
But sbtn builds just fine when using the current global setting for the Scala 2.12
version, so this commit removes the hardcoded version.
@eed3si9n eed3si9n merged commit d5a4382 into sbt:1.10.x Jul 20, 2024
10 checks passed
@SlowBrainDude SlowBrainDude deleted the use-common-scala2-version-for-sbtn branch July 20, 2024 17:48
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