Skip to content

Commit 8d88a90

Browse files
committed
IDEA 253 support
1 parent 84abf49 commit 8d88a90

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
pluginGroup = com.github.asm0dey.typewriterplugin
44
pluginName = typewriter-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion = 0.1.2
6+
pluginVersion = 0.1.3
77

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

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
13-
platformType = IC
13+
platformType = IU
1414
platformVersion = 2023.3.8
1515

1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ annotations = "26.0.2"
1515

1616
# plugins
1717
dokka = "1.8.10"
18-
kotlin = "2.1.20"
19-
changelog = "2.2.1"
18+
kotlin = "2.3.0"
19+
## ⬆ = "2.3.10-RC"
20+
## ⬆ = "2.3.20-Beta1"
21+
changelog = "2.5.0"
2022
gradleIntelliJPlugin = "1.17.4"
21-
kover = "0.9.1"
23+
kover = "0.9.4"
2224

2325
[libraries]
2426

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Dependencies and Plugin versions with their available updates.
2-
#### Generated by `./gradlew refreshVersions` version 0.51.0
2+
#### Generated by `./gradlew refreshVersions` version 0.60.5
33
####
44
#### Don't manually edit or split the comments that start with four hashtags (####),
55
#### they will be overwritten by refreshVersions.

0 commit comments

Comments
 (0)