mirror of https://github.com/sbt/sbt.git
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:
parent
6bc784a195
commit
c480ffb3e4
|
|
@ -1100,6 +1100,7 @@ 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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue