Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
update to gmongo 1.0 and spring-data-mongodb 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Dec 17, 2012
1 parent ddd65af commit 52dd130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-datastore-gorm-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ configurations {
}

dependencies {
compile("com.gmongo:gmongo:0.9.1") {
compile("com.gmongo:gmongo:1.0") {
transitive = false
}
grails("org.grails:grails-core:$grailsVersion")
Expand Down
2 changes: 1 addition & 1 deletion grails-datastore-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version = "1.0.1.BUILD-SNAPSHOT"
dependencies {
compile project(":grails-datastore-core")

compile("org.springframework.data:spring-data-mongodb:1.0.3.RELEASE")
compile("org.springframework.data:spring-data-mongodb:1.1.0.RELEASE")
}

0 comments on commit 52dd130

Please sign in to comment.