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

This commit is contained in:
Dale Wijnand 2017-07-06 14:05:04 +01:00
parent 22df64365b
commit 178b079f40
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 2 additions and 2 deletions

View File

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