Skip to content

Commit

Permalink
Bumped up to 2.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Sep 4, 2015
1 parent 1ef1675 commit 882118b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use ml-gradle right away, you'll need Gradle installed first. And of course y
maven {url "http://rjrudin.github.io/marklogic-java/releases"}
}
dependencies {
classpath "com.rjrudin:ml-gradle:2.0b1"
classpath "com.rjrudin:ml-gradle:2.0b6"
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
maven {url "http://rjrudin.github.io/marklogic-java/releases"}
}
dependencies {
classpath "com.rjrudin:ml-gradle:2.0b5"
classpath "com.rjrudin:ml-gradle:2.0b6"
}
}

Expand Down

0 comments on commit 882118b

Please sign in to comment.