Skip to content

Commit

Permalink
chore: update kotlin to 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Feb 13, 2023
1 parent 239615b commit 0c637e7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This change

## [0.5.4] - 2023-02-13
- Fixed `ignoreUnknownKeys` behavior in nested structures ([#82][i82] and [#87][p87])
- Updated kotlin version to `1.8.10`

## [0.5.3] - 2022-10-23
- Fixed `strictTypes` flag to allow all number conversions and not just different precisions ([#81][i81])
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Dependencies {
object Versions {
const val kotlin = "1.7.10"
const val kotlin = "1.8.10"
const val serialization = "1.4.0"
const val datetime = "0.4.0"
const val ktlintGradle = "10.2.0"
Expand Down
1 change: 0 additions & 1 deletion serialization-msgpack-timestamp-extension/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ kotlin {
testTask {
useKarma {
useChromeHeadless()
webpackConfig.cssSupport.enabled = true
}
}
}
Expand Down
1 change: 0 additions & 1 deletion serialization-msgpack-unsigned-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ kotlin {
testTask {
useKarma {
useChromeHeadless()
webpackConfig.cssSupport.enabled = true
}
}
}
Expand Down
1 change: 0 additions & 1 deletion serialization-msgpack/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ kotlin {
testTask {
useKarma {
useChromeHeadless()
webpackConfig.cssSupport.enabled = true
}
}
}
Expand Down

0 comments on commit 0c637e7

Please sign in to comment.