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.9.0
This commit is contained in:
parent
99f1bce179
commit
5934976f2b
@ -7,6 +7,7 @@
|
||||
### Changed
|
||||
- GitHub Actions: Build workflow refactoring
|
||||
- Upgrade Gradle Wrapper to `8.2`
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.0`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.2`
|
||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.5`
|
||||
|
||||
|
@ -4,7 +4,7 @@ annotations = "24.0.1"
|
||||
|
||||
# plugins
|
||||
dokka = "1.8.10"
|
||||
kotlin = "1.8.21"
|
||||
kotlin = "1.9.0"
|
||||
changelog = "2.1.0"
|
||||
gradleIntelliJPlugin = "1.14.2"
|
||||
qodana = "0.1.13"
|
||||
|
Loading…
Reference in New Issue
Block a user