Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable logo by default
  • Loading branch information
indrajitr committed Mar 7, 2012
1 parent d831be4 commit b0f98c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -32,3 +32,5 @@ pomExtra in ThisBuild ~= (_ ++ <scm>
</scm> ++ {Developers.toXml}) </scm> ++ {Developers.toXml})


credentials in ThisBuild <+= state map { s => Credentials(BuildPaths.getGlobalSettingsDirectory(s, BuildPaths.getGlobalBase(s)) / ".credentials") } credentials in ThisBuild <+= state map { s => Credentials(BuildPaths.getGlobalSettingsDirectory(s, BuildPaths.getGlobalBase(s)) / ".credentials") }

initialize <<= (name, version) apply printLogo

0 comments on commit b0f98c5

Please sign in to comment.