Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
ph2734 committed Jul 5, 2012
1 parent 1c1186e commit b749cf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion guice/README.md
Expand Up @@ -34,9 +34,14 @@ play.Play.application().plugin(InjectPlugin.class).getInstance(MyServiceInterfac
```

# How to install
(requires 2.0.2)

* add

play 2.0.2:
```"com.typesafe" % "play-plugins-guice" % "2.0.3"``` to your dependencies
play 2.0.1:
```"com.typesafe" % "play-plugins-guice" % "2.0.2"``` to your dependencies


* create a file called ```play.plugins``` in your ```app/conf``` directory

Expand Down

0 comments on commit b749cf4

Please sign in to comment.