Skip to content

Commit

Permalink
Merge pull request #36 from polywrap/kris/kotlin-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 ee54b59 + 6ef4fb2 commit e6ae907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions logger/implementations/kt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The Logger plugin implements the `logger-interface` @ [wrapscan.io/polywrap/logg
Kotlin
```kotlin
dependencies {
implementation("io.polywrap.plugins:logger-plugin:0.10.0-SNAPSHOT")
implementation("io.polywrap.plugins:logger-plugin:0.10.0")
}
```

Groovy
```groovy
dependencies {
implementation "io.polywrap.plugins:logger-plugin:0.10.0-SNAPSHOT"
implementation "io.polywrap.plugins:logger-plugin:0.10.0"
}
```

Expand Down
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.0-SNAPSHOT"
version = "0.10.2"

repositories {
google()
Expand All @@ -29,7 +29,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("org.slf4j:slf4j-api:2.0.7")
Expand Down

0 comments on commit e6ae907

Please sign in to comment.