Skip to content

Commit

Permalink
Make the plugin compatible with IntelliJ 2023.3 (fixes #103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Dec 29, 2023
1 parent 229c185 commit 514fd7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Structurizr DSL Language Support Changelog

## [Unreleased]
- Made the plugin compatible with IntelliJ 2023.3 (fixes #103)

## [0.3.2] - 2023-08-03

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ pluginVersion = 0.3.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
pluginUntilBuild = 232.*
pluginUntilBuild = 233.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
platformVersion = 2023.2
platformVersion = 2023.3

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit 514fd7d

Please sign in to comment.