Skip to content

Commit a14d921

Browse files
authored
Merge pull request #36 from modelix/dependency-updates
Dependency updates
2 parents ad1b97b + d3b8173 commit a14d921

File tree

10 files changed

+448
-414
lines changed

10 files changed

+448
-414
lines changed

dependency-tracking/src/commonMain/kotlin/org/modelix/incremental/DependencyTracking.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.modelix.incremental
22

33
object DependencyTracking {
4-
private val logger = mu.KotlinLogging.logger {}
4+
private val logger = io.github.oshai.kotlinlogging.KotlinLogging.logger {}
55
private var listeners: List<IDependencyListener> = emptyList()
66

77
fun registerListener(l: IDependencyListener) {

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[versions]
44

5-
kotlin = "1.9.24"
5+
kotlin = "2.0.0"
66
kotlinCoroutines="1.8.1"
77
kotlinBenchmark = "0.4.11"
88

@@ -16,9 +16,10 @@ gitVersion = { id = "com.palantir.git-version", version = "3.1.0" }
1616
[libraries]
1717

1818
kotlin-benchmark-runtime = { group = "org.jetbrains.kotlinx", name = "kotlinx-benchmark-runtime", version.ref = "kotlinBenchmark" }
19-
kotlin-logging = { group = "io.github.microutils", name = "kotlin-logging", version = "3.0.5" }
19+
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.0" }
2020
kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
2121
kotlin-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" }
2222
kotlin-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
2323
kotlin-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.3.7" }
2424
kotlin-stdlib-common = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-common", version.ref = "kotlin" }
25+
logback-classic = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.6" }

gradle/wrapper/gradle-wrapper.jar

-15.7 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 173 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)