Skip to content

Commit cc315f1

Browse files
authored
fix eap version
1 parent aec03d5 commit cc315f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ intellij {
3838

3939
// see https://www.jetbrains.com/intellij-repository/releases/
4040
// and https://www.jetbrains.com/intellij-repository/snapshots/
41-
version.set("241.18034.12-EAP-SNAPSHOT")
41+
version.set("242.16677.21-EAP-SNAPSHOT")
4242
type.set("IU")
4343

4444
downloadSources.set(!System.getenv().containsKey("CI"))

0 commit comments

Comments
 (0)