Skip to content

Commit

Permalink
Support 233 (2023.3 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuataylor authored and KronicDeth committed Dec 8, 2023
1 parent d3a8195 commit 46e27ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* Drop support for <= 2023.1 IDEs.

### Enhancements
* [#2402](https://github.com/KronicDeth/intellij-elixir/pull/3402) - [@joshuataylor](https://github.com/joshuataylor)
* Support 2023.3 IDEs.
* [#3327](https://github.com/KronicDeth/intellij-elixir/pull/3327) - [@marceloneppel](https://github.com/marceloneppel)
* Support 2023.2 IDEs.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.jetbrains.intellij" version "1.13.3"
id "org.jetbrains.kotlin.jvm" version "1.9.0"
id "org.jetbrains.kotlin.jvm" version "1.9.10"
id "de.undercouch.download" version "4.1.2"
}

Expand Down Expand Up @@ -70,7 +70,7 @@ allprojects {
pluginDescription.set(bodyInnerHTML("resources/META-INF/description.html"))

sinceBuild = "232.8660.143"
untilBuild = "232.*"
untilBuild = "233.*"
}

publishPlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
baseVersion=16.0.0
baseVersion=16.0.1
ideaVersion=2023.2
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
javaVersion=17
Expand Down
1 change: 1 addition & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h1>v16.0.0</h1>
<p>Enhancements</p>
<ul>
<li>Support 2023.2 IDEs.</li>
<li>Support 2023.3 IDEs</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 46e27ea

Please sign in to comment.