mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.kotlin.jvm
to 1.8.21
This commit is contained in:
parent
aa4642f0b9
commit
94d2091a63
@ -5,6 +5,7 @@
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
|
||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
|
||||
- Upgrade Gradle Wrapper to `8.1.1`
|
||||
|
||||
|
@ -4,7 +4,7 @@ annotations = "24.0.1"
|
||||
|
||||
# plugins
|
||||
dokka = "1.8.10"
|
||||
kotlin = "1.8.20"
|
||||
kotlin = "1.8.21"
|
||||
changelog = "2.0.0"
|
||||
gradleIntelliJPlugin = "1.13.3"
|
||||
qodana = "0.1.13"
|
||||
|
Loading…
Reference in New Issue
Block a user