Skip to content

Commit 26a4573

Browse files
authored
Update README.md
1 parent 904bd9e commit 26a4573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ PPrint for Kotlin is available in both JVM and Kotlin Multiplatform flavors. The
1010
Add the following to your build.gradle.kts:
1111

1212
```kotlin
13-
implementation("io.exoquery:pprint-kotlin:2.0.0")
13+
implementation("io.exoquery:pprint-kotlin:2.0.2")
1414

1515
// For Kotlin Multiplatform add serialization to your plugins:
1616
// plugins {
1717
// kotlin("plugin.serialization") version "1.9.22"
1818
// }
1919
// Then add the following to your dependencies
20-
// implementation("io.exoquery:pprint-kotlin-kmp:2.0.0")
20+
// implementation("io.exoquery:pprint-kotlin-kmp:2.0.2")
2121
// implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
2222
```
2323

@@ -323,7 +323,7 @@ kotlin {
323323
sourceSets {
324324
commonMain {
325325
dependencies {
326-
implementation("io.exoquery:pprint-kotlin-kmp:1.2.2")
326+
implementation("io.exoquery:pprint-kotlin-kmp:2.0.2")
327327
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
328328
}
329329
}

0 commit comments

Comments
 (0)