Skip to content

Commit

Permalink
Bump plugin.serialization from 1.6.21 to 1.8.10
Browse files Browse the repository at this point in the history
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.21...v1.8.10)

---
updated-dependencies:
- dependency-name: plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2023
1 parent e3f6b5c commit 2fc1925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val Project.dependencyCachePath

plugins {
kotlin("jvm") version "1.8.0"
kotlin("plugin.serialization") version "1.6.21"
kotlin("plugin.serialization") version "1.8.10"
id("org.jetbrains.intellij") version "1.12.0"
id("org.jetbrains.grammarkit") version "2022.3"
id("org.jetbrains.changelog") version "2.0.0"
Expand Down

0 comments on commit 2fc1925

Please sign in to comment.