Skip to content

Commit

Permalink
Update to the latest 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maosmurf committed Aug 23, 2023
1 parent a6a57c1 commit 856dcf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
java
kotlin("jvm") version "1.8.10"
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.intellij") version "1.15.0"
id("org.jetbrains.grammarkit") version "2022.3.1"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginName=logstash-intellij-plugin
version=1.0-SNAPSHOT
platformType = IC
platformVersion = 2023.1
platformVersion = 2023.2
javaVersion = 17
5 changes: 5 additions & 0 deletions parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<ul>
<li>0.8.3
<ol>
<li>Updated to the latest platform version</li>
</ol>
</li>
<li>0.8.2
<ol>
<li>Updated to the latest platform version</li>
Expand Down

0 comments on commit 856dcf6

Please sign in to comment.