Build the thin client with scala 2.12.11

With scala 2.12.12, building the thin client fails aggressively. See
https://github.com/sbt/sbt/issues/5756.
This commit is contained in:
Ethan Atkins 2020-08-15 09:38:41 -07:00
parent 6bc784a195
commit c480ffb3e4
1 changed files with 1 additions and 0 deletions

View File

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