Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 2ac7353 commit 404cc94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ Companion objects can be used by appending `$Companion` to the class.
- **`kotlin-reflect`** 2.1.0 [Docs](https://kotlinlang.org/docs/reflection.html), [API docs](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/)

`org.jetbrains.kotlinx` namespace:
- **`kotlinx-coroutines-core`** 1.9.0 [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.9.0 [API docs](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-jdk8/index.html)
- **`kotlinx-coroutines-core`** 1.10.0 [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.10.0 [API docs](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-jdk8/index.html)
- **`kotlinx-serialization-core`** 1.7.3 [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.7.3 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-json/index.html)
- **`kotlinx-serialization-cbor`** 1.7.3 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-cbor/index.html)
Expand Down
6 changes: 3 additions & 3 deletions generated/library_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": "2.1.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": "2.1.0",
"org.jetbrains.kotlin:kotlin-reflect": "2.1.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-core": "1.9.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": "1.9.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8": "1.9.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-core": "1.10.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": "1.10.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8": "1.10.0",
"org.jetbrains.kotlinx:kotlinx-serialization-core-jvm": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-serialization-json-jvm": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-serialization-cbor-jvm": "1.7.3",
Expand Down

0 comments on commit 404cc94

Please sign in to comment.