Skip to content

Commit

Permalink
Update IJ Platform 23.3 (#252)
Browse files Browse the repository at this point in the history
* Update IJP 233 to 233.11799.67-EAP-SNAPSHOT

* Add "Check IJP version" run configs

Remove random .gitignore entry as well
  • Loading branch information
rock3r authored Nov 24, 2023
1 parent 9265541 commit 07dd720
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ $RECYCLE.BIN/

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
/samples/standalone-new-ui/src/main/kotlin/org/jetbrains/jewel/samples/standalone/expui/pkgs/
24 changes: 24 additions & 0 deletions .idea/runConfigurations/Check_IJP_version__23_2_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/runConfigurations/Check_IJP_version__23_3_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coroutines = "1.7.3"
detekt = "1.23.1"
dokka = "1.8.20"
idea232 = "232.10227.8"
idea233 = "233.11799.30-EAP-SNAPSHOT"
idea233 = "233.11799.67-EAP-SNAPSHOT"
ideaGradlePlugin = "1.16.0"
javaSarif = "2.0"
jna = "5.13.0"
Expand Down

0 comments on commit 07dd720

Please sign in to comment.