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

Commit

Permalink
Updated to latest AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Feb 4, 2013
1 parent 5a7c092 commit 7f690d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-datastore-dynamodb/build.gradle
Expand Up @@ -2,5 +2,5 @@ version = "0.1.2.BUILD-SNAPSHOT"

dependencies {
compile project(":grails-datastore-core")
compile('com.amazonaws:aws-java-sdk:1.3.27')
compile('com.amazonaws:aws-java-sdk:1.3.30')
}
2 changes: 1 addition & 1 deletion grails-datastore-simpledb/build.gradle
Expand Up @@ -2,5 +2,5 @@ version = "0.6.BUILD-SNAPSHOT"

dependencies {
compile project(":grails-datastore-core")
compile('com.amazonaws:aws-java-sdk:1.3.27')
compile('com.amazonaws:aws-java-sdk:1.3.30')
}

0 comments on commit 7f690d8

Please sign in to comment.