File tree 4 files changed +5
-15
lines changed
src/main/resources/META-INF
4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,12 @@ jobs:
70
70
with :
71
71
plugin-location : ' target/plugin/kebs-intellij/lib/kebs-intellij.jar'
72
72
ide-versions : |
73
- ideaIC:2022.3
74
- ideaIU:2022.3
75
73
ideaIC:2022.3.3
76
74
ideaIU:2022.3.3
77
75
ideaIC:2023.1.2
78
76
ideaIU:2023.1.2
79
- ideaIC:232-EAP-SNAPSHOT
80
- ideaIU:232-EAP-SNAPSHOT
77
+ ideaIC:2023.3.1
78
+ ideaIU:2023.3.1
81
79
failure-levels : |
82
80
COMPATIBILITY_PROBLEMS
83
81
INVALID_PLUGIN
Original file line number Diff line number Diff line change 1
1
object ChangeNotes {
2
2
val value =
3
3
""" <![CDATA[
4
- <p>Support for recent versions of IntelliJ and small improvement to "Generate @tagged object" action.</p>
5
- <p><b>Note:</b> starting from version 0.0.10 plugin will work in IntelliJ IDEA 2022.3 and newer (older versions
6
- are supported by older version of the plugin)</p>
7
- <ul>
8
- <li>support for IntelliJ IDEA 2022.3.*</li>
9
- <li>support for IntelliJ IDEA 2023.1.*</li>
10
- <li>support for IntelliJ IDEA 2023.2.* (EAP and hopefully also future GA)</li>
11
- <li>organize imports and code reformat after changes made in code by "Generate @tagged object" action</li>
12
- </ul>
4
+ <p>Support for IntelliJ IDEA 2023.3.*</p>
13
5
]]>"""
14
6
}
Original file line number Diff line number Diff line change 23
23
24
24
<change-notes >replaced-by-build</change-notes >
25
25
26
- <idea-version since-build =" 223" until-build =" 232 .*" />
26
+ <idea-version since-build =" 223" until-build =" 233 .*" />
27
27
28
28
<depends >org.intellij.scala</depends >
29
29
<depends >com.intellij.java</depends >
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 0.0.10"
1
+ ThisBuild / version := " 0.0.10-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments