From 8854cb869946c5edc528d061dea793d9796a1c8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:28:57 +0000 Subject: [PATCH] chore(deps): update dependency org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform to v0.0.3-36 --- intellij-platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij-platform.json b/intellij-platform.json index 8e5aefa..6f55779 100644 --- a/intellij-platform.json +++ b/intellij-platform.json @@ -1,7 +1,7 @@ { "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development", "properties": [ - { "name": "v", "value": "0.0.3-32" }, + { "name": "v", "value": "0.0.3-36" }, { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" } ], "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html",