Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Dec 10, 2015
1 parent 876f463 commit f1a6b88
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 @@ -74,7 +74,7 @@ Suppose you want to produce a BOM that contains a recommended version for common
```groovy
buildscript {
repositories { jcenter() }
dependencies { classpath 'com.netflix.nebula:nebula-dependency-recommender:2.2.+' }
dependencies { classpath 'com.netflix.nebula:nebula-dependency-recommender:3.+' }
}
apply plugin: 'maven-publish'
Expand Down

0 comments on commit f1a6b88

Please sign in to comment.