Skip to content

Commit

Permalink
Update project version and IntelliJ dependencies
Browse files Browse the repository at this point in the history
Bump project version to 1.1.1 to reflect new changes. Update IntelliJ IDEA Community version to 2024.3 and extend the supported build range. These changes ensure compatibility with the latest development tools and environment.
  • Loading branch information
nizienko committed Nov 23, 2024
1 parent a175c56 commit 56177d8
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 @@ -5,7 +5,7 @@ plugins {
}

group = "com.github.nizienko"
version = "1.1.0"
version = "1.1.1"

repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.2")
intellijIdeaCommunity("2024.3")
instrumentationTools()
pluginVerifier()
}
Expand All @@ -31,7 +31,7 @@ intellijPlatform {
pluginConfiguration {
ideaVersion {
sinceBuild.set("241.1")
untilBuild.set("243.*")
untilBuild.set("251.*")
}
}
}

0 comments on commit 56177d8

Please sign in to comment.