Skip to content

Commit 00823d6

Browse files
authored
eap
1 parent aca85a4 commit 00823d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

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

2323

2424
group = "com.emberjs"
25-
version = "2024.3.2"
25+
version = "2024.3.2-eap"
2626

2727
dependencies {
2828
testImplementation("org.jetbrains.kotlin:kotlin-test")
@@ -35,13 +35,13 @@ dependencies {
3535
// and https://www.jetbrains.com/intellij-repository/snapshots/
3636
// https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions/stable
3737
intellijPlatform {
38-
plugins(listOf("com.dmarcotte.handlebars:242.21829.3"))
38+
plugins(listOf("com.dmarcotte.handlebars:243.16718.22"))
3939
bundledPlugins(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml"))
4040
pluginVerifier()
4141
zipSigner()
4242
instrumentationTools()
4343
testFramework(TestFrameworkType.Platform)
44-
create(IntelliJPlatformType.IntellijIdeaUltimate, "2024.2.4")
44+
create(IntelliJPlatformType.IntellijIdeaUltimate, "243.16718.22")
4545
}
4646
}
4747

0 commit comments

Comments
 (0)