Skip to content

Commit

Permalink
remove erroneous version from Heroku plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Apr 14, 2013
1 parent dbbdf0f commit a3afafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ else
fi

# copy in heroku sbt plugin
HEROKU_PLUGIN="Heroku-0.11.3.scala"
HEROKU_PLUGIN="HerokuPlugin.scala"
mkdir -p "$SBT_USER_HOME/.sbt/plugins"
cp $OPT_DIR/$HEROKU_PLUGIN $SBT_USER_HOME/.sbt/plugins/$HEROKU_PLUGIN

Expand Down
2 changes: 1 addition & 1 deletion opt/Heroku-0.11.3.scala → opt/HerokuPlugin.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._
import Keys._

object Heroku extends Plugin {
object HerokuPlugin extends Plugin {
override def settings = Seq(
externalResolvers <<= resolvers map { appResolvers =>
Seq(Resolver.defaultLocal) ++ appResolvers ++
Expand Down

0 comments on commit a3afafc

Please sign in to comment.