From 8d0463e6e8a224d145c835e1748832fefbe12448 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 6 Jul 2017 13:25:05 +0100 Subject: [PATCH] No sbt-doge in sbt 1, switch back to + --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8fea6680a..488e6af39 100644 --- a/build.sbt +++ b/build.sbt @@ -190,8 +190,8 @@ lazy val utilScripted = (project in internalPath / "util-scripted"). def customCommands: Seq[Setting[_]] = Seq( commands += Command.command("release") { state => // "clean" :: - "so compile" :: - "so publishSigned" :: + "+compile" :: + "+publishSigned" :: "reload" :: state }