Skip to content

Commit

Permalink
Bump org.jetbrains.intellij from 1.16.1 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.intellij from 1.16.1 to 1.17.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and PHPirates committed Feb 1, 2024
1 parent 001cd30 commit 50a9a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun properties(key: String) = project.findProperty(key).toString()
// Include the Gradle plugins which help building everything.
// Supersedes the use of "buildscript" block and "apply plugin:"
plugins {
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.intellij") version "1.17.0"
kotlin("jvm") version ("1.9.20")
kotlin("plugin.serialization") version ("1.9.20")

Expand Down

0 comments on commit 50a9a26

Please sign in to comment.