Using common Scala 2.12 version for the sbtn subproject

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.
This commit is contained in:
SlowBrainDude 2024-07-19 23:30:32 +02:00
parent 1d4f7257a4
commit 317e991b87
1 changed files with 0 additions and 1 deletions

View File

@ -1165,7 +1165,6 @@ lazy val sbtClientProj = (project in file("client"))
.dependsOn(commandProj)
.settings(
commonBaseSettings,
scalaVersion := "2.12.11", // The thin client does not build with 2.12.12
publish / skip := true,
name := "sbt-client",
mimaPreviousArtifacts := Set.empty,