Skip to content

Commit 2d3d791

Browse files
committed
Bump dependencies
1 parent 08f20d3 commit 2d3d791

6 files changed

Lines changed: 90 additions & 89 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
version: latest
159159
-
160160
name: Set up uv
161-
uses: astral-sh/setup-uv@v7
161+
uses: astral-sh/setup-uv@v8
162162
-
163163
name: Set up Ruff
164164
run: |

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ pluginRepositoryUrl = https://github.com/InSyncWithFoo/ryecharm
77
pluginVersion = 0.1.0-alpha-23
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 261.22158.000
10+
pluginSinceBuild = 261.24374.000
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1313
platformType = PY
14-
platformVersion = 2026.1
14+
platformVersion = 2026.1.2
1515

1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
18-
platformPlugins = com.redhat.devtools.lsp4ij:0.19.2
18+
platformPlugins = com.redhat.devtools.lsp4ij:0.19.4
1919
# Example: platformBundledPlugins = com.intellij.java
2020
platformBundledPlugins = PythonCore, Pythonid, org.toml.lang, org.jetbrains.plugins.terminal, com.intellij.modules.json
2121
# Example: platformBundledModules = intellij.spellchecker
2222
platformBundledModules =
2323

2424
# Gradle Releases -> https://github.com/gradle/gradle/releases
25-
gradleVersion = 9.4.1
25+
gradleVersion = 9.5.1
2626

2727
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2828
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ reflections = "0.10.2"
77

88
# plugins
99
changelog = "2.5.0"
10-
intelliJPlatform = "2.11.0"
10+
intelliJPlatform = "2.16.0"
1111
kotlin = "2.3.21"
1212
kover = "0.9.8"
1313
qodana = "2026.1.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500
7+
validateDistributionUrl=true
78
zipStoreBase=GRADLE_USER_HOME
89
zipStorePath=wrapper/dists

gradlew.bat

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33

44
version: 1.0
5-
linter: jetbrains/qodana-jvm:2025.3
5+
linter: jetbrains/qodana-jvm:2026.1
66
projectJDK: "21"
77
profile:
88
name: qodana.recommended

0 commit comments

Comments
 (0)