Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Feb 27, 2024
1 parent 0581d05 commit bbf8a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fun prop(name: String): String =
?: error("Property `$name` is not defined in gradle.properties for environment `$shortPlatformVersion`")

val shortPlatformVersion = prop("shortPlatformVersion")
val codeVersion = "1.34.0"
val codeVersion = "1.35.0"
val pluginVersion = "$codeVersion.$shortPlatformVersion"
val pluginGroup = "org.move"
val javaVersion = JavaVersion.VERSION_17
Expand All @@ -27,7 +27,7 @@ version = pluginVersion
plugins {
id("java")
kotlin("jvm") version "1.9.22"
id("org.jetbrains.intellij") version "1.17.1"
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.grammarkit") version "2022.3.2.1"
id("net.saliman.properties") version "1.5.2"
id("org.gradle.idea")
Expand Down

0 comments on commit bbf8a6a

Please sign in to comment.