File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66### Changed
7- - Dependencies - upgrade ` org.jetbrains.intellij ` to ` 0.7.1 `
7+ - Dependencies - upgrade ` org.jetbrains.intellij ` to ` 0.7.2 `
88- Dependencies - upgrade ` org.jlleitschuh.gradle.ktlint ` to ` 10.0.0 `
99- Update ` platformVersion ` to ` 2020.2.4 ` for compatibility with macOS Big Sur
1010- Upgrade Gradle Wrapper to ` 6.8.3 `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 // Kotlin support
1010 id(" org.jetbrains.kotlin.jvm" ) version " 1.4.30"
1111 // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
12- id(" org.jetbrains.intellij" ) version " 0.7.1 "
12+ id(" org.jetbrains.intellij" ) version " 0.7.2 "
1313 // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1414 id(" org.jetbrains.changelog" ) version " 1.1.2"
1515 // detekt linter - read more: https://detekt.github.io/detekt/gradle.html
You can’t perform that action at this time.
0 commit comments