Merge pull request #7605 from SlowBrainDude/use-common-scala2-version-for-sbtn

This commit is contained in:
eugene yokota 2024-07-20 11:22:04 -04:00 committed by GitHub
commit d5a4382e68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,