Skip to content

Commit

Permalink
Merge pull request #30 from polywrap/kris/ethereum-wallet-plugin
Browse files Browse the repository at this point in the history
kotlin plugin 0.10.2 release
  • Loading branch information
krisbitney authored Aug 24, 2023
2 parents b35081c + 249d995 commit 650e211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions implementations/kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.polywrap.plugins"
version = "0.10.0-SNAPSHOT"
version = "0.10.2"

repositories {
google()
Expand All @@ -33,7 +33,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.polywrap:polywrap-client:0.10.0-SNAPSHOT")
implementation("io.polywrap:polywrap-client:0.10.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("com.github.walleth.kethereum:extensions_transactions:${kethereumVersion}")
Expand Down

0 comments on commit 650e211

Please sign in to comment.