Skip to content

Commit

Permalink
fix(deps): update gradle dependencies (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent 6c879fb commit a59b363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "com.github.monosoul"

plugins {
id("org.jetbrains.intellij") version "1.13.2"
kotlin("jvm") version "1.8.10"
id("org.jetbrains.intellij") version "1.13.3"
kotlin("jvm") version "1.8.20"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
}

Expand All @@ -33,7 +33,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.platform:junit-platform-launcher")
testImplementation("io.strikt:strikt-jvm:0.34.1")
testImplementation("io.mockk:mockk-jvm:1.13.4")
testImplementation("io.mockk:mockk-jvm:1.13.5")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
}

Expand Down

0 comments on commit a59b363

Please sign in to comment.