Skip to content

Commit

Permalink
chore: update until build to 243
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 26, 2024
1 parent 5198dfa commit a6b6987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ subprojects {

intellijPlatform {
defaultRepositories()
jetbrainsRuntime()
}
}

Expand Down Expand Up @@ -193,6 +194,7 @@ subprojects {
}

dependencies {

compileOnly(kotlin("stdlib-jdk8"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")

Expand Down
2 changes: 1 addition & 1 deletion gradle-241.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ideaVersion=IU-2024.1

# please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description
pluginSinceBuild=241
pluginUntilBuild=242.*
pluginUntilBuild=243.*

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html

Expand Down

0 comments on commit a6b6987

Please sign in to comment.