Skip to content

Commit 634d2fd

Browse files
dependabot[bot]slisson
authored andcommitted
build(deps): bump modelixCore from 11.2.1 to 15.4.0
Bumps `modelixCore` from 11.2.1 to 15.4.0. Updates `org.modelix:model-api` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:model-api-gen-runtime` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:authorization` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:model-client` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:model-server` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:modelql-core` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:modelql-untyped` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:modelql-html` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix:model-datastructure` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix.mps:model-adapters` from 11.2.1 to 15.4.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@11.2.1...15.4.0) Updates `org.modelix.model-api-gen` from 11.2.1 to 15.4.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:authorization dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-client dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-server dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-core dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-untyped dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-html dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-datastructure dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:model-adapters dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.model-api-gen dependency-version: 15.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73a719a commit 634d2fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
33
import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
44
import org.jetbrains.kotlin.gradle.plugin.KotlinMultiplatformPluginWrapper
5-
import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformJvmPlugin
5+
import org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper
66
import org.modelix.copyMps
77

88
buildscript {
@@ -48,7 +48,7 @@ subprojects {
4848
version = rootProject.version
4949
group = rootProject.group
5050

51-
val kotlinApiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_6
51+
val kotlinApiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_8
5252
subproject.tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
5353
kotlinOptions {
5454
jvmTarget = "11"
@@ -75,7 +75,7 @@ subprojects {
7575
}
7676
}
7777

78-
subproject.plugins.withType<KotlinPlatformJvmPlugin> {
78+
subproject.plugins.withType<KotlinPluginWrapper> {
7979
subproject.extensions.configure<KotlinJvmProjectExtension> {
8080
compilerOptions {
8181
jvmTarget.set(JvmTarget.JVM_11)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modelix-model-api-gen = { id = "org.modelix.model-api-gen", version.ref = "model
55
npm-publish = { id = "dev.petuska.npm.publish", version = "3.5.3" }
66

77
[versions]
8-
modelixCore = "11.2.1"
8+
modelixCore = "15.4.0"
99
kotlinCoroutines="1.10.2"
1010
ktor="3.1.3"
1111

mps-diff-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kotlin {
2424
sourceSets {
2525
main {
2626
languageSettings {
27-
apiVersion = KotlinVersion.KOTLIN_1_6.version
27+
apiVersion = KotlinVersion.KOTLIN_1_8.version
2828
}
2929
}
3030
}

mps-generator-execution-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kotlin {
2424
sourceSets {
2525
main {
2626
languageSettings {
27-
apiVersion = KotlinVersion.KOTLIN_1_6.version
27+
apiVersion = KotlinVersion.KOTLIN_1_8.version
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)