Skip to content

Commit

Permalink
Merge pull request #19 from theiterators/chore/support-intellij-243_v2
Browse files Browse the repository at this point in the history
Support for IntelliJ 2024.3
  • Loading branch information
przemekiterators authored Nov 19, 2024
2 parents 553ccc9 + 31d2070 commit f65d7de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
ide-versions: |
ideaIC:2023.3.1
ideaIU:2023.3.1
ideaIC:2024.2
ideaIU:2024.2
ideaIC:2024.3
ideaIU:2024.3
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 2024.2.*</p>
<p>Support for IntelliJ IDEA 2024.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="242.*"/>
<idea-version since-build="223" until-build="243.*"/>

<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.13"
ThisBuild / version := "0.0.14"

0 comments on commit f65d7de

Please sign in to comment.