Skip to content

Commit 85971a5

Browse files
committed
Change compatibility to 2023.2
1 parent 4a5469b commit 85971a5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
### Added
88

99
### Changed
10+
- Update kotlin to v1.9.10
11+
- Update compatibility for IDEA 2021.3 - 2023.2
1012

1113
### Deprecated
1214

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
// Kotlin support
99
id("org.jetbrains.kotlin.jvm") version "1.9.10"
1010
// Gradle IntelliJ Plugin
11-
id("org.jetbrains.intellij") version "1.10.0"
11+
id("org.jetbrains.intellij") version "1.15.0"
1212
// Gradle Changelog Plugin
1313
id("org.jetbrains.changelog") version "2.0.0"
1414
// Gradle Qodana Plugin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginVersion = 2022.1.2
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 213
10-
pluginUntilBuild = 231.*
10+
pluginUntilBuild = 232.*
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
1313
platformType = IC

0 commit comments

Comments
 (0)