From 3ef1c5508be805c65b16d0a03c35de8107b31cd5 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 25 Apr 2021 23:15:16 -0400 Subject: [PATCH] scalafmtSbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b06c0e3f2..5bfb197a2 100644 --- a/build.sbt +++ b/build.sbt @@ -1521,7 +1521,7 @@ def customCommands: Seq[Setting[_]] = Seq( }, commands += Command.command("release") { state => // TODO - Any sort of validation - "upperModules/compile" :: + "upperModules/compile" :: "upperModules/publishSigned" :: "bundledLauncherProj/publishSigned" :: state