Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-test to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 01567af commit d5fcfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

// Testing
// Kotlin
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.23")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.0")

// Ktor
testImplementation("io.ktor:ktor-server-tests:2.3.9")
Expand Down

0 comments on commit d5fcfff

Please sign in to comment.