Skip to content

Commit

Permalink
Update versions (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent 2d3950d commit 33e9cf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ Companion objects can be used by appending `$Companion` to the class.
`org.jetbrains.kotlinx` namespace:
- **`kotlinx-coroutines-core`** 1.7.3 [Guide](https://kotlinlang.org/docs/coroutines-guide.html), [API docs](https://kotlin.github.io/kotlinx.coroutines/), [GitHub](https://github.com/Kotlin/kotlinx.coroutines)
- **`kotlinx-coroutines-jdk8`** 1.7.3 [API docs](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-jdk8/index.html)
- **`kotlinx-serialization-core`** 1.6.0 [Guide](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serialization-guide.md), [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-core/index.html), [GitHub](https://github.com/Kotlin/kotlinx.serialization)
- **`kotlinx-serialization-json`** 1.6.0 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-json/index.html)
- **`kotlinx-serialization-cbor`** 1.6.0 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-cbor/index.html)
- **`atomicfu`** 0.22.0 [GitHub](https://github.com/Kotlin/kotlinx.atomicfu)
- **`kotlinx-serialization-core`** 1.6.1 [Guide](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serialization-guide.md), [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-core/index.html), [GitHub](https://github.com/Kotlin/kotlinx.serialization)
- **`kotlinx-serialization-json`** 1.6.1 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-json/index.html)
- **`kotlinx-serialization-cbor`** 1.6.1 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-cbor/index.html)
- **`atomicfu`** 0.23.0 [GitHub](https://github.com/Kotlin/kotlinx.atomicfu)
- **`kotlinx-datetime`** 0.4.1 [GitHub](https://github.com/Kotlin/kotlinx-datetime)

## Available Versions
Expand Down
8 changes: 4 additions & 4 deletions generated/library_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"org.jetbrains.kotlinx:kotlinx-coroutines-core": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-serialization-core-jvm": "1.6.0",
"org.jetbrains.kotlinx:kotlinx-serialization-json-jvm": "1.6.0",
"org.jetbrains.kotlinx:kotlinx-serialization-cbor-jvm": "1.6.0",
"org.jetbrains.kotlinx:atomicfu-jvm": "0.22.0",
"org.jetbrains.kotlinx:kotlinx-serialization-core-jvm": "1.6.1",
"org.jetbrains.kotlinx:kotlinx-serialization-json-jvm": "1.6.1",
"org.jetbrains.kotlinx:kotlinx-serialization-cbor-jvm": "1.6.1",
"org.jetbrains.kotlinx:atomicfu-jvm": "0.23.0",
"org.jetbrains.kotlinx:kotlinx-datetime-jvm": "0.4.1"
}

0 comments on commit 33e9cf2

Please sign in to comment.