Skip to content

Commit 3e3c01f

Browse files
authored
upgrade intellij
1 parent c31b0bc commit 3e3c01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323

2424
group = "com.emberjs"
25-
version = "2024.3.4"
25+
version = "2024.3.5"
2626

2727
dependencies {
2828
testImplementation("org.jetbrains.kotlin:kotlin-test")
@@ -41,7 +41,7 @@ dependencies {
4141
zipSigner()
4242
instrumentationTools()
4343
testFramework(TestFrameworkType.Platform)
44-
create(IntelliJPlatformType.IntellijIdeaUltimate, "2024.2.4")
44+
create(IntelliJPlatformType.IntellijIdeaUltimate, "2024.3")
4545
}
4646
}
4747

0 commit comments

Comments
 (0)