Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianRaFo committed Jul 30, 2017
1 parent 1a34619 commit b77f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pgpPassphrase := Some(sys.env.getOrElse("GPG_PASSPHRASE", "").toCharArray)
pgpPublicRing := file(s"$gpgFolder/local.pubring.asc")
pgpSecretRing := file(s"$gpgFolder/local.secring.asc")

lazy val root = (project in file("."))
lazy val macroid = (project in file("."))
.aggregate(core, viewable, akka, extras)
.settings(
publish := (),
Expand Down

0 comments on commit b77f1de

Please sign in to comment.