Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Mar 31, 2024
1 parent 0ebf314 commit 27af9a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### 2.4.0

- Based on detekt 1.23.6
- Add support for IntelliJ 2024.1
- Drop support for IntelliJ 2022.1

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.6"
# Use -beta[.number] for pre-releases
detektIJ = "2.3.0"
detektIJ = "2.4.0"
assertj = "3.24.2"
junit5 = "5.10.2"
junit5Platform = "1.10.2"
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@

<change-notes><![CDATA[
<ul>
<li>2.4.0
<br>
<ul>
<li>Based on detekt 1.23.6</li>
<li>Add support for IntelliJ 2024.1</li>
<li>Drop support for IntelliJ 2022.1</li>
</ul>
</li>
<li>2.3.0
<br>
<ul>
Expand Down

0 comments on commit 27af9a7

Please sign in to comment.