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

Commit

Permalink
Merge branch from branch \master\
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 30, 2022
2 parents 1be7c43 + 2dabdfa commit 3f24713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/project-module.gradle.kts
Original file line number Diff line number Diff line change
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 extensions-koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ plugins {
}

dependencies {
api("io.insert-koin:koin-core:3.3.0")
api("io.insert-koin:koin-core:3.3.2")
}
2 changes: 1 addition & 1 deletion gradle-utils/build.gradle.kts
Original file line number Diff line number Diff line change
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 3f24713

Please sign in to comment.