Skip to content

Commit

Permalink
Merge pull request #16 from theiterators/chore/support-intellij-233
Browse files Browse the repository at this point in the history
Support for IntelliJ 2023.3.*
  • Loading branch information
rpiotrow authored Dec 14, 2023
2 parents 4805ce4 + 5399775 commit 080d320
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ jobs:
with:
plugin-location: 'target/plugin/kebs-intellij/lib/kebs-intellij.jar'
ide-versions: |
ideaIC:2022.3
ideaIU:2022.3
ideaIC:2022.3.3
ideaIU:2022.3.3
ideaIC:2023.1.2
ideaIU:2023.1.2
ideaIC:232-EAP-SNAPSHOT
ideaIU:232-EAP-SNAPSHOT
ideaIC:2023.3.1
ideaIU:2023.3.1
failure-levels: |
COMPATIBILITY_PROBLEMS
INVALID_PLUGIN
10 changes: 1 addition & 9 deletions project/ChangeNotes.scala
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
object ChangeNotes {
val value =
"""<![CDATA[
<p>Support for recent versions of IntelliJ and small improvement to "Generate @tagged object" action.</p>
<p><b>Note:</b> starting from version 0.0.10 plugin will work in IntelliJ IDEA 2022.3 and newer (older versions
are supported by older version of the plugin)</p>
<ul>
<li>support for IntelliJ IDEA 2022.3.*</li>
<li>support for IntelliJ IDEA 2023.1.*</li>
<li>support for IntelliJ IDEA 2023.2.* (EAP and hopefully also future GA)</li>
<li>organize imports and code reformat after changes made in code by "Generate @tagged object" action</li>
</ul>
<p>Support for IntelliJ IDEA 2023.3.*</p>
]]>"""
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<change-notes>replaced-by-build</change-notes>

<idea-version since-build="223" until-build="232.*"/>
<idea-version since-build="223" until-build="233.*"/>

<depends>org.intellij.scala</depends>
<depends>com.intellij.java</depends>
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.10"
ThisBuild / version := "0.0.10-SNAPSHOT"

0 comments on commit 080d320

Please sign in to comment.