Skip to content

Commit 3ec8b7a

Browse files
committed
update versions
1 parent cb55f09 commit 3ec8b7a

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
alias(libs.plugins.intelliJPlatform) // IntelliJ Platform Gradle Plugin
99
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1010
alias(libs.plugins.kover) // Gradle Kover Plugin
11-
id("com.github.ben-manes.versions") version "0.51.0"
11+
id("com.github.ben-manes.versions") version "0.52.0"
1212
}
1313

1414
tasks {
@@ -81,9 +81,8 @@ dependencies {
8181
testImplementation(libs.junit)
8282

8383
bundledPlugins("com.intellij.java")
84-
create("IC", "2024.2.2")
84+
create("IC", "2024.3")
8585
pluginVerifier()
86-
instrumentationTools()
8786
testFramework(TestFrameworkType.Platform)
8887
}
8988
}

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
kotlin.stdlib.default.dependency=false
2-
kotlin.incremental.useClasspathSnapshot=false
3-
42
org.gradle.jvmargs=-Xmx2048m

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.1.0"
8-
kotlin = "1.9.24"
9-
kover = "0.9.0-RC"
7+
intelliJPlatform = "2.4.0"
8+
kotlin = "2.1.20"
9+
kover = "0.9.1"
1010

1111
[libraries]
1212
junit = { group = "junit", name = "junit", version.ref = "junit" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)