Skip to content

Commit

Permalink
chore: enable 2023.3 [HEAD-1089] (#461)
Browse files Browse the repository at this point in the history
* fix: enable 2023.3 [HEAD-1089]

* docs: update changelog
  • Loading branch information
bastiandoetsch authored Nov 28, 2023
1 parent a9d47e9 commit 2594516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Snyk Changelog

## [2.5.8]
### Added
- support for IntelliJ 2023.3 platform

## [2.5.6]

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginName=Snyk Security - Code, Open Source, Container, IaC Configurations
# for insight into build numbers and IntelliJ Platform versions
# see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=231
pluginUntilBuild=232.*
pluginUntilBuild=233.*
platformVersion=2023.1
platformDownloadSources=true

Expand All @@ -13,7 +13,7 @@ platformDownloadSources=true
# see https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
platformPlugins=org.intellij.plugins.hcl:231.8109.91,org.jetbrains.plugins.yaml,org.jetbrains.kotlin,com.intellij.java,org.intellij.groovy
# list of versions for which to check the plugin for api compatibility
pluginVerifierIdeVersions=2023.1,2023.2
pluginVerifierIdeVersions=2023.1,2023.2,2023.3
localIdeDirectory=
# opt-out flag for bundling Kotlin standard library
# see https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
Expand Down

0 comments on commit 2594516

Please sign in to comment.