From 178b079f4019850edcea11595c5386a65bc254bb Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 6 Jul 2017 14:05:04 +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 7036bdb8f..33a410a47 100644 --- a/build.sbt +++ b/build.sbt @@ -94,8 +94,8 @@ lazy val lm = (project in file("librarymanagement")) def customCommands: Seq[Setting[_]] = Seq( commands += Command.command("release") { state => // "clean" :: - "so compile" :: - "so publishSigned" :: + "+compile" :: + "+publishSigned" :: "reload" :: state }