Skip to content

Commit

Permalink
Merge pull request #93 from andrewcell/dependabot/gradle/org.jetbrain…
Browse files Browse the repository at this point in the history
…s.kotlin-kotlin-test-1.9.0

Bump org.jetbrains.kotlin:kotlin-test from 1.8.0 to 1.9.0
  • Loading branch information
andrewcell committed Aug 16, 2023
2 parents 881b35a + 7535196 commit 10a4820
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 @@ -50,7 +50,7 @@ dependencies {
implementation("io.ktor:ktor-server-status-pages:$ktorVersion")
dokkaGfmPlugin("org.jetbrains.dokka:jekyll-plugin:1.8.20")
dokkaGfmPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.8.20")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.0")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.0")
}

tasks.test {
Expand Down

0 comments on commit 10a4820

Please sign in to comment.