File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
6
6
pluginVersion =1.10.0
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
- pluginSinceBuild = 243
9
+ pluginSinceBuild = 251
10
10
11
11
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
12
12
platformType = WS
13
- platformVersion = 2024.3.6
13
+ platformVersion = 2025.1
14
14
15
15
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
16
16
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# libraries
3
3
junit = " 4.13.2"
4
- kotlinxSerialization = " 1.8.1 "
4
+ kotlinxSerialization = " 1.9.0 "
5
5
6
6
# plugins
7
7
intelliJPlatform = " 2.7.0"
8
8
# Keep it compatibile with the bundled Kotlin stdlib.
9
9
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#bundled-stdlib-versions
10
- kotlin = " 2.0.21 "
10
+ kotlin = " 2.1.10 "
11
11
12
12
[libraries ]
13
13
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments