Skip to content

Commit

Permalink
kotlin plugin 0.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Aug 31, 2023
1 parent 09f1423 commit 890402a
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.3"
version = "0.10.4"

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

Please sign in to comment.