Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Mar 10, 2010
1 parent 37bc062 commit 3d6922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To include meow in your [sbt](http://code.google.com/p/simple-build-tool) projec

class YourProject(info: ProjectInfo) extends PluginProject(info) {
val lessRepo = "lessis repo" at "http://repo.lessis.me"
val meow = "me.lessis" %% "meow" % "0.0.1"
val meow = "me.lessis" %% "meow" % "0.0.2"
}

## todo
Expand Down

0 comments on commit 3d6922d

Please sign in to comment.