Skip to content

Commit

Permalink
version backup to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ly-chn committed Oct 8, 2024
1 parent 7839b6f commit a2b8516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdeaUltimate("2024.2.1")
intellijIdeaUltimate("2022.3.3")
instrumentationTools()
bundledPlugins(
"com.intellij.javaee.el",
Expand All @@ -52,8 +52,8 @@ dependencies {
intellijPlatform {
pluginConfiguration {
ideaVersion {
sinceBuild = "242"
untilBuild = "252.*"
sinceBuild = "223"
untilBuild = "242.*"
}
}

Expand Down

0 comments on commit a2b8516

Please sign in to comment.