From: Manish Khettry Date: Thu, 26 Apr 2012 00:47:53 +0000 (-0700) Subject: fix project name X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fsbt-tap;a=commitdiff_plain;h=b3e9aa166a780e736919bc73c8425c738aeb2fdc fix project name --- diff --git a/build.sbt b/build.sbt index 31326f4..e79fbe7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ sbtPlugin := true -name := "sbt-tap-plugin2" +name := "sbt-tap-plugin" version := "0.1"