Skip to content

Commit

Permalink
0.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Aug 30, 2023
1 parent 6ef4fb2 commit a297b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logger/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 @@ -29,7 +29,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("org.slf4j:slf4j-api:2.0.7")
Expand Down

0 comments on commit a297b8a

Please sign in to comment.