No sbt-doge in sbt 1, switch back to +

This commit is contained in:
Dale Wijnand 2017-07-06 13:25:05 +01:00
parent 2214f66f33
commit 8d0463e6e8
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 2 additions and 2 deletions

View File

@ -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
}