Skip to content

Commit

Permalink
Use latest Kotlin Wrappers extensions (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boubalou authored Dec 19, 2022
1 parent dcb5d7d commit 7af19b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Kotlinx.Coroutines from 1.6.0 to 1.6.1
- Ktor to `2.0.3`
- Kotlin Serialization to `1.4.1`
- Kotlin Wrappers extensions to `1.0.1-pre.429`
- Kotlin Wrappers extensions to `1.0.1-pre.459`

## 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Versions {
const val KOTLINX_SERIALIZATION = "1.4.1"
const val KOTLINX_COROUTINES = "1.6.3"
const val KTOR = "2.0.3"
const val KOTLIN_WRAPPERS_EXTENSIONS = "1.0.1-pre.429"
const val KOTLIN_WRAPPERS_EXTENSIONS = "1.0.1-pre.459"
const val ANDROIDX_LIFECYCLE = "2.4.0"
const val OKIO = "3.2.0"
const val KSP = "1.7.10-1.0.6"
Expand Down

0 comments on commit 7af19b7

Please sign in to comment.