Skip to content

Commit

Permalink
Made ready for gradle 9
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Oct 3, 2023
1 parent cbc1149 commit c9e61f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")
testImplementation("org.amshove.kluent:kluent:$kluentVersion")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("io.mockk:mockk:$mockkVersion")
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion") {
exclude(group = "org.eclipse.jetty")
Expand Down

0 comments on commit c9e61f6

Please sign in to comment.