Skip to content

Commit a764e2c

Browse files
committed
update readme for 0.9
1 parent 3b8a8cc commit a764e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ akka {
3434

3535
To include in your SBT project add a resolver to your sbt build
3636

37-
```resolvers += "jw3 at bintray" at "https://dl.bintray.com/jw3/maven"```
37+
```resolvers += Resolver.bintrayRepo("jw3", "maven")```
3838

3939
and add the dependency
4040

41-
```libraryDependencies += "com.rxthings" %% "akka-injects" % "0.8"```
41+
```libraryDependencies += "com.rxthings" %% "akka-injects" % "0.9"```
4242

4343
#### Imports
4444

0 commit comments

Comments
 (0)