Skip to content

Commit 821ff8f

Browse files
committed
build: bump to 2025.1
1 parent dbe4492 commit 821ff8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
66
pluginVersion=1.10.0
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9-
pluginSinceBuild = 243
9+
pluginSinceBuild = 251
1010

1111
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1212
platformType = WS
13-
platformVersion = 2024.3.6
13+
platformVersion = 2025.1
1414

1515
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1616
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
# libraries
33
junit = "4.13.2"
4-
kotlinxSerialization = "1.8.1"
4+
kotlinxSerialization = "1.9.0"
55

66
# plugins
77
intelliJPlatform = "2.7.0"
88
# Keep it compatibile with the bundled Kotlin stdlib.
99
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#bundled-stdlib-versions
10-
kotlin = "2.0.21"
10+
kotlin = "2.1.10"
1111

1212
[libraries]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)