Skip to content

Commit

Permalink
update to latest EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Nov 24, 2022
1 parent ac12e63 commit bd144cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
}

intellij {
version = 'IC-223.7571.58-EAP-SNAPSHOT' // 'IC-2021.3.2'
version = 'IC-223.7571.123-EAP-SNAPSHOT' // 'IC-2021.3.2'
pluginName = 'asciidoctor-intellij-plugin'
updateSinceUntilBuild = false
plugins = [
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = IC-213.6777.52, IC-221.5591.52, IC-222.3739.24, IC-223.7571.58
pluginVerifierIdeVersions = IC-213.6777.52, IC-221.5591.52, IC-222.3739.24, IC-223.7571.123

0 comments on commit bd144cb

Please sign in to comment.