From c3d7be0e04acd10a0c29b59d6f2e46f81639cbdb Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 30 Jan 2022 13:32:58 -0500 Subject: [PATCH] Port sbt client --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4df7c4d06..8e43b06b0 100644 --- a/build.sbt +++ b/build.sbt @@ -191,7 +191,6 @@ lazy val sbtRoot: Project = (project in file(".")) mainProj, sbtProj, bundledLauncherProj, - sbtClientProj, )).map(p => LocalProject(p.id)): _* ) .settings( @@ -1139,7 +1138,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,