File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33pluginGroup = com.github.asm0dey.typewriterplugin
44pluginName = 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
99pluginSinceBuild = 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
1414platformVersion = 2023.3.8
1515
1616# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ annotations = "26.0.2"
1515
1616# plugins
1717dokka = " 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"
2022gradleIntelliJPlugin = " 1.17.4"
21- kover = " 0.9.1 "
23+ kover = " 0.9.4 "
2224
2325[libraries ]
2426
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments