Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ plugins {
java
kotlin("jvm")
id("com.google.protobuf")
id("com.osacky.doctor") version "0.8.1"
id("com.osacky.doctor") version "0.12.0"
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ val grGitVersion = "4.1.1"
* This version may change from the [version of Kotlin][io.spine.dependency.lib.Kotlin.version]
* used by the project.
*/
val kotlinVersion = "2.1.21"
val kotlinVersion = "2.2.20"

/**
* The version of Guava used in `buildSrc`.
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 2 additions & 0 deletions journal.log
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#
# Please do not edit this file by hand.
#
1:59 :: sanders :: 2025-10-24T17:03:42.782253Z :: Compiler:2.0.0-SNAPSHOT.028;CoreJvmCompiler:2.0.0-SNAPSHOT.020;CoreJvm:2.0.0-SNAPSHOT.332;Validation:2.0.0-SNAPSHOT.352
2:59 :: sanders :: 2025-10-24T16:59:51.958550Z :: Compiler:2.0.0-SNAPSHOT.028;CoreJvmCompiler:2.0.0-SNAPSHOT.020;CoreJvm:2.0.0-SNAPSHOT.332;Validation:2.0.0-SNAPSHOT.352
2:20 :: sanders :: 2025-10-08T18:17:12.931254Z :: Compiler:2.0.0-SNAPSHOT.024;CoreJvmCompiler:2.0.0-SNAPSHOT.015;CoreJvm:2.0.0-SNAPSHOT.330;Validation:2.0.0-SNAPSHOT.351
2:1 :: sanders :: 2025-10-08T17:22:02.372621Z :: Compiler:2.0.0-SNAPSHOT.024;CoreJvmCompiler:2.0.0-SNAPSHOT.015;CoreJvm:2.0.0-SNAPSHOT.330;Validation:2.0.0-SNAPSHOT.351
2:42 :: sanders :: 2025-09-29T15:14:01.038331Z :: Compiler:2.0.0-SNAPSHOT.016;CoreJvmCompiler:2.0.0-SNAPSHOT.008;CoreJvm:2.0.0-SNAPSHOT.330;Validation:2.0.0-SNAPSHOT.351
Expand Down