1
0
mirror of https://github.com/chylex/IntelliJ-Inspection-Lens.git synced 2025-09-14 05:32:17 +02:00

1 Commits

Author SHA1 Message Date
e847b196e3 RustRover 2025-05-24 17:04:10 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ repositories {
dependencies {
intellijPlatform {
intellijIdeaUltimate("2025.1")
rustRover("2025.1.2", useInstaller = false)
bundledPlugin("tanvd.grazi")
}

View File

@@ -3,6 +3,6 @@ rootProject.name = "InspectionLens"
pluginManagement {
plugins {
kotlin("jvm") version "2.1.0"
id("org.jetbrains.intellij.platform") version "2.2.1"
id("org.jetbrains.intellij.platform") version "2.6.0"
}
}