Skip to content

Commit

Permalink
update to non-prerelease 0.7.0 sdk (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman authored Dec 4, 2023
1 parent dfe1576 commit da7ad65
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ plugins {

repositories {
mavenLocal()
maven {
url = uri("https://s01.oss.sonatype.org/content/groups/staging/")
}
mavenCentral()
maven { url = uri("https://javadoc.jitpack.io") }
maven { url = uri("https://plugins.gradle.org/m2/") }
Expand Down
2 changes: 0 additions & 2 deletions example-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
buildscript {
repositories {
mavenLocal()
maven { url "https://s01.oss.sonatype.org/content/groups/staging/" }
mavenCentral()
maven { url 'https://javadoc.jitpack.io' }
}
Expand All @@ -22,7 +21,6 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/groups/staging/" }
maven { url 'https://javadoc.jitpack.io' }
}
}
Expand Down
2 changes: 1 addition & 1 deletion example-kotlin/contracts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
dependencies {
api project(':protos')

implementation("io.provenance.scope:contract-base:0.7.0-rc2")
implementation("io.provenance.scope:contract-base:0.7.0")
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion example-kotlin/protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sourceSets.main.java.srcDirs += 'build/generated/source/proto/main/java'
sourceSets.main.java.srcDirs += 'src/main/kotlin'

dependencies {
implementation("io.provenance.scope:contract-base:0.7.0-rc2")
implementation("io.provenance.scope:contract-base:0.7.0")

api "com.google.protobuf:protobuf-java:$protobuf_version"
api "com.google.protobuf:protobuf-java-util:$protobuf_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.10"
reflections = "0.9.10"
provenance-scope-sdk = "0.7.0-rc2"
provenance-scope-sdk = "0.7.0"
provenance-client = "2.4.0"
provenance-protobuf = "1.5.0"
figure-hdwallet = "0.4.3"
Expand Down

0 comments on commit da7ad65

Please sign in to comment.