File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222
2323
2424group = " com.emberjs"
25- version = " 2024.3.2"
25+ version = " 2024.3.2-eap "
2626
2727dependencies {
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
You can’t perform that action at this time.
0 commit comments