We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31b0bc commit 3e3c01fCopy full SHA for 3e3c01f
build.gradle.kts
@@ -22,7 +22,7 @@ plugins {
22
23
24
group = "com.emberjs"
25
-version = "2024.3.4"
+version = "2024.3.5"
26
27
dependencies {
28
testImplementation("org.jetbrains.kotlin:kotlin-test")
@@ -41,7 +41,7 @@ dependencies {
41
zipSigner()
42
instrumentationTools()
43
testFramework(TestFrameworkType.Platform)
44
- create(IntelliJPlatformType.IntellijIdeaUltimate, "2024.2.4")
+ create(IntelliJPlatformType.IntellijIdeaUltimate, "2024.3")
45
}
46
47
0 commit comments