Skip to content

Commit

Permalink
Merge pull request #15 from aws-samples/upgrade/driver
Browse files Browse the repository at this point in the history
Upgrade Amazon QLDB driver to v2.0.0
  • Loading branch information
saumehta9 authored Aug 28, 2020
2 parents 06e637c + 61fc7ec commit d647c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'application'
mainClassName = "software.amazon.qldb.tutorial." + System.getProperty("tutorial")

group 'software.amazon.qldb'
version '2.0.0-rc.1'
version '2.0.0'

sourceCompatibility = 1.8

Expand All @@ -18,7 +18,7 @@ compileJava {
}

dependencies {
compile group: 'software.amazon.qldb', name: 'amazon-qldb-driver-java', version: '2.0.0-rc.1'
compile group: 'software.amazon.qldb', name: 'amazon-qldb-driver-java', version: '2.0.0'

compile group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.11.649'
compile group: 'com.amazonaws', name: 'aws-java-sdk-iam', version: '1.11.649'
Expand Down

0 comments on commit d647c4a

Please sign in to comment.