Skip to content

Commit

Permalink
Change app name in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
d6fb committed Dec 7, 2018
1 parent 62278ed commit f4d7d02
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
@@ -1,6 +1,6 @@
import uk.gov.hmrc.sbtdistributables.SbtDistributablesPlugin.publishingSettings

val appName = "vat-end-to-end"
val appName = "vat-service-guide"

lazy val microservice = Project(appName, file("."))
.enablePlugins(play.sbt.PlayScala, SbtAutoBuildPlugin, SbtGitVersioning, SbtDistributablesPlugin, SbtArtifactory)
Expand Down

0 comments on commit f4d7d02

Please sign in to comment.