Skip to content

Commit

Permalink
Merge pull request #31 from polywrap/kris/ethereum-wallet-plugin
Browse files Browse the repository at this point in the history
kotlin plugin 0.10.3 release
  • Loading branch information
krisbitney authored Aug 30, 2023
2 parents 650e211 + fd298c5 commit 09f1423
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.2"
version = "0.10.3"

repositories {
google()
Expand All @@ -33,7 +33,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.polywrap:polywrap-client:0.10.2")
implementation("io.polywrap:polywrap-client:0.10.3")
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 09f1423

Please sign in to comment.