Skip to content

Commit

Permalink
Merge pull request #23 from hmrc/DC-1721-play-upgrade
Browse files Browse the repository at this point in the history
DC-1721 make build public
  • Loading branch information
vasanthavijaya authored Feb 7, 2019
2 parents 1139ee6 + c728e05 commit 4e2201e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ val appName = "emailaddress"
lazy val emailaddress = Project(appName, file("."))
.enablePlugins(SbtAutoBuildPlugin, SbtGitVersioning, SbtArtifactory)
.settings(majorVersion := 3)
.settings(makePublicallyAvailableOnBintray := true)
.settings(
scalacOptions ++= Seq(
"-feature",
Expand Down

0 comments on commit 4e2201e

Please sign in to comment.