Skip to content

Commit

Permalink
Merge pull request #108 from Virelion/Kotlin_1_7_10
Browse files Browse the repository at this point in the history
fix(deps): update dependencies
  • Loading branch information
Virelion committed Sep 25, 2022
2 parents 1ad67f3 + 0581253 commit e5fb247
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

plugins {
kotlin("multiplatform") version "1.7.0" apply false
kotlin("multiplatform") version "1.7.10" apply false
id("org.jlleitschuh.gradle.ktlint") version "10.3.0" apply false
id("com.gradle.plugin-publish") version "0.21.0" apply false
id("nebula.release") version "13.2.1"
Expand Down
2 changes: 1 addition & 1 deletion buildata-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ val kspVersion: String by project
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("gradle-plugin-api"))
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$kspVersion")
compileOnly("com.google.auto.service:auto-service:1.0.1")
kapt("com.google.auto.service:auto-service:1.0.1")
Expand Down
2 changes: 1 addition & 1 deletion buildata-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
kotlin("multiplatform")
`maven-publish`
id("org.jlleitschuh.gradle.ktlint")
id("org.jetbrains.dokka") version "1.7.0"
id("org.jetbrains.dokka") version "1.7.10"
signing
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group=io.github.virelion
version=0.0.0-SNAPSHOT

kspVersion= 1.7.0-1.0.6
kspVersion= 1.7.10-1.0.6

kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.enableGranularSourceSetsMetadata=true
Expand Down
2 changes: 1 addition & 1 deletion integration-test-project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
val kotlinVersion = "1.7.0"
val kotlinVersion = "1.7.10"
kotlin("multiplatform") version kotlinVersion apply false
kotlin("jvm") version kotlinVersion apply false
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val buildataRuntimeVersion = "0.0.0-SNAPSHOT"

dependencies {
implementation("io.github.virelion:buildata-runtime:$buildataRuntimeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.3")

testImplementation(kotlin("test-junit"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation("io.github.virelion:buildata-runtime:$buildataRuntimeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
}
}

Expand Down

0 comments on commit e5fb247

Please sign in to comment.