Skip to content

Commit 485d78e

Browse files
Bump jvm from 2.2.21 to 2.3.0 in /exoquery-sample-codegen-ai-ollama
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f27e987 commit 485d78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exoquery-sample-codegen-ai-ollama/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
kotlin("jvm") version "2.2.21" // Currently the plugin is only available for Kotlin-JVM
4+
kotlin("jvm") version "2.3.0" // Currently the plugin is only available for Kotlin-JVM
55
id("io.exoquery.exoquery-plugin") version "2.2.0-2.0.0.PL"
66
kotlin("plugin.serialization") version "2.2.21"
77
id("application")

0 commit comments

Comments
 (0)