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

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                             | from   | to     |
| ---------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| maven      | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin                           | 3.12   | 3.12.1 |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.8.0  |
  • Loading branch information
renovate[bot] authored Dec 28, 2022
1 parent 8bedfd5 commit 2a24fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coroutines = "1.6.4"
dokka = "1.7.20"
kotest = "5.5.4"
kotest-plugin = "5.5.4"
kotlin = "1.7.22"
kotlin = "1.8.0"
kotlinBinaryCompatibilityValidator = "0.12.1"
kover = "0.6.1"
nexusPublish = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS")
rootProject.name = "Saga"

plugins {
id("com.gradle.enterprise") version "3.12"
id("com.gradle.enterprise") version "3.12.1"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 2a24fd0

Please sign in to comment.