mirror of https://github.com/sbt/sbt.git
Merge pull request #7605 from SlowBrainDude/use-common-scala2-version-for-sbtn
This commit is contained in:
commit
d5a4382e68
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue