Skip to content

Commit

Permalink
Merge pull request #128 from pontem-network/1.33.0
Browse files Browse the repository at this point in the history
1.33.0
  • Loading branch information
mkurnikov authored Jan 16, 2024
2 parents 50e0495 + 0cf12a2 commit ca6aed6
Show file tree
Hide file tree
Showing 107 changed files with 2,253 additions and 1,472 deletions.
6 changes: 3 additions & 3 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.32.0"
val codeVersion = "1.33.0"
val pluginVersion = "$codeVersion.$shortPlatformVersion"
val pluginGroup = "org.move"
val javaVersion = JavaVersion.VERSION_17
Expand All @@ -26,9 +26,9 @@ version = pluginVersion

plugins {
id("java")
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.grammarkit") version "2022.3.2"
id("org.jetbrains.grammarkit") version "2022.3.2.1"
id("net.saliman.properties") version "1.5.2"
id("org.gradle.idea")
id("de.undercouch.download") version "5.5.0"
Expand Down
12 changes: 12 additions & 0 deletions changelog/1.33.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# INTELLIJ MOVE CHANGELOG: 1.33.0

16 Jan 2024

## Features

* Add for-loop support.

## Fixes

* Fixes Sui git packages dependencies resolution.

Loading

0 comments on commit ca6aed6

Please sign in to comment.