Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): update kotlin monorepo to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 28, 2022
1 parent 5042cc0 commit 1dd9d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -38,7 +38,7 @@ repositories {
dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.12.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.7.20")
implementation(kotlin("gradle-plugin", "1.7.22"))
implementation(kotlin("gradle-plugin", "1.8.0"))
implementation(gradleApi())
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/project-module.gradle.kts
Expand Up @@ -41,7 +41,7 @@ repositories {

dependencies {
// Kotlin libraries
implementation(kotlin("stdlib", "1.7.22"))
implementation(kotlin("stdlib", "1.8.0"))
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion gradle-utils/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ plugins {
}

dependencies {
implementation(kotlin("gradle-plugin-api", version = "1.7.22"))
implementation(kotlin("gradle-plugin-api", version = "1.8.0"))
api("io.github.z4kn4fein:semver:1.4.1")
implementation(gradleApi())
}

0 comments on commit 1dd9d81

Please sign in to comment.