Skip to content

Commit

Permalink
Upgrade p8e-sdk to official testnet release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cirner committed May 13, 2021
1 parent 82bb1b3 commit 55a20ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

implementation("org.reflections:reflections:0.9.10")

implementation("io.provenance.p8e:p8e-sdk:0.6.0-public-release-beta.1")
implementation("io.provenance.p8e:p8e-sdk:0.6.0-testnet-1")
// implementation("io.provenance.p8e:p8e-sdk:1.0-SNAPSHOT")

implementation("commons-io:commons-io:2.8.0")
Expand Down
2 changes: 1 addition & 1 deletion example-java/runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies{
implementation project(":contracts")
implementation project(":protos")

implementation "io.provenance.p8e:p8e-sdk:0.6.0-public-release-beta.1"
implementation "io.provenance.p8e:p8e-sdk:0.6.0-testnet-1"
// implementation "io.provenance.p8e:p8e-sdk:1.0-SNAPSHOT"
implementation "ch.qos.logback:logback-classic:1.2.3"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32"
Expand Down
2 changes: 1 addition & 1 deletion example-kotlin/runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies{
implementation project(":contracts")
implementation project(":protos")

implementation "io.provenance.p8e:p8e-sdk:0.6.0-public-release-beta.1"
implementation "io.provenance.p8e:p8e-sdk:0.6.0-testnet-1"
// implementation "io.provenance.p8e:p8e-sdk:1.0-SNAPSHOT"
implementation "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down

0 comments on commit 55a20ea

Please sign in to comment.