Skip to content

Commit

Permalink
Merge pull request #12 from SumoLogic-Labs/RE-5516
Browse files Browse the repository at this point in the history
RE-5516: Update compatibility for intellij 2024.2.0.1
  • Loading branch information
udit-sumo authored Aug 27, 2024
2 parents f822313 + d08febb commit c5c742a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.sumologic'
version '1.0.7'
version '1.0.8'

repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2024.1.6'
version = '2024.2.0.1'
plugins = ['com.intellij.java']
}

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
</tr>
</thead>
<tbody>
<tr>
<td>1.0.8</td>
<td>Updated IntelliJ IDEA dependency</td>
</tr>
<tr>
<td>1.0.7</td>
<td>Updated IntelliJ IDEA dependency</td>
Expand Down

0 comments on commit c5c742a

Please sign in to comment.