Skip to content

Commit a2a9de1

Browse files
committed
Dependencies - upgrade org.jetbrains.intellij to 0.7.2
1 parent 9532396 commit a2a9de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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`

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)