Skip to content

Commit

Permalink
Use another ic2242
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed May 27, 2024
1 parent 54e03de commit 56ef64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ val plugins = listOf(
deps = listOf("java", "org.jetbrains.plugins.gradle", "org.jetbrains.kotlin")
),
PluginDescriptor(
since = "241.17011.108", // this version is 2024.2
since = "242.12881.48", // this version is 2024.2
until = "242.*",
sdkVersion = "241.17011-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "242.12881-EAP-CANDIDATE-SNAPSHOT",
sourceFolder = "IC-242",
deps = listOf("java", "org.jetbrains.plugins.gradle", "org.jetbrains.kotlin")
),
Expand Down

0 comments on commit 56ef64c

Please sign in to comment.