Skip to content

Commit

Permalink
Merge pull request #17 from theiterators/chore/support-intellij-241
Browse files Browse the repository at this point in the history
Support for IntelliJ 2024.1
  • Loading branch information
rpiotrow committed Apr 8, 2024
2 parents 2b450c9 + eae986e commit 2e8835b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ jobs:
with:
plugin-location: 'target/plugin/kebs-intellij/lib/kebs-intellij.jar'
ide-versions: |
ideaIC:2022.3.3
ideaIU:2022.3.3
ideaIC:2023.1.2
ideaIU:2023.1.2
ideaIC:2023.3.1
ideaIU:2023.3.1
ideaIC:2024.1
ideaIU:2024.1
failure-levels: |
COMPATIBILITY_PROBLEMS
INVALID_PLUGIN
2 changes: 1 addition & 1 deletion project/ChangeNotes.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object ChangeNotes {
val value =
"""<![CDATA[
<p>Support for IntelliJ IDEA 2023.3.*</p>
<p>Support for IntelliJ IDEA 2024.1.*</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="233.*"/>
<idea-version since-build="223" until-build="241.*"/>

<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.11"
ThisBuild / version := "0.0.12"

0 comments on commit 2e8835b

Please sign in to comment.