Skip to content

Commit

Permalink
upgrade sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalgarins committed Dec 2, 2023
1 parent c886f96 commit 3de7869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.16.0"
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.grammarkit") version "2022.3.2"
}

group = "co.anbora.labs"
version = "1.3.2"
version = "1.3.3"

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion src/main/html/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Versions:
<ul>
<li>All Intellij products support: 1.3.2</li>
<li>All Intellij products support: 1.3.3</li>
</ul>
<br>
Plugin updates:
<ul>
<li><b>1.3.3</b> <em>(2023-12-01)</em> - upgrade sdk </li>
<li><b>1.3.2</b> <em>(2023-10-07)</em> - upgrade sdk </li>
<li><b>1.3.1</b> <em>(2023-09-25)</em> - upgrade sdk </li>
<li><b>1.3.0</b> <em>(2023-07-23)</em> - Added compatibility with community versions
Expand Down

0 comments on commit 3de7869

Please sign in to comment.