Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fliptoo committed May 20, 2016
1 parent 5805bac commit fe47014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add dependency declarations into your build.sbt file:
"com.fliptoo" % "playjpa" % "1.0.0" excludeAll(ExclusionRule(organization = "com.typesafe.play")
```
## Improvement
This is my first time development on SBT Plugin, i am looking for a way to avoid using `excludeAll(ExclusionRule(organization = "com.typesafe.play"` due to `conflicting cross version suffixes`. Hopefully some one can assist on this improvement. Thanks a lot!
I am looking for a way to avoid using `excludeAll(ExclusionRule(organization = "com.typesafe.play"` due to `conflicting cross version suffixes`. Hopefully some one can assist on this improvement. Thanks a lot!

## Quick Start

Expand Down Expand Up @@ -64,4 +64,4 @@ public class Custom_Enhancer extends Enhancer {
makeMethod("public static void searchAll() { Logger.info(\"Search All...\"); }", cc);
}
}
```
```

0 comments on commit fe47014

Please sign in to comment.