Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Aug 20, 2024
1 parent d4b4b02 commit 71b9331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jetbrains-annotations = "24.1.0"
junit = "5.11.0"
koin = "3.5.6"
kotest = "5.9.1"
# Consider also `kotlinTargetVersion` in kotlin-project.gradle.kts.
kotlin = "2.0.10"
kotlin = "2.0.10" # Must match KSP version below.
kotlinpoet = "1.18.1"
kotlinx-coroutines = "1.8.1"
kotlinx-dl = "0.5.2"
Expand Down
1 change: 1 addition & 0 deletions platforms/test-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {

constraints {
api(libs.assertj)
api(libs.equalsverifier)
api(libs.mockito)
api(libs.mockito.kotlin)
api(libs.bundles.mockk.jvm)
Expand Down

0 comments on commit 71b9331

Please sign in to comment.