Skip to content

Commit

Permalink
3rd party upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiesel committed Sep 17, 2023
1 parent 202ec94 commit c14a10f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "nkiesel.org"
version = "2.1.0"
version = "2.2.0"

repositories {
mavenCentral()
Expand All @@ -19,13 +19,13 @@ repositories {
dependencies {
implementation("com.github.ajalt.clikt:clikt:4.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
implementation("org.http4k:http4k-core:5.8.0.0")
implementation("org.http4k:http4k-client-okhttp:5.8.0.0")
implementation("org.http4k:http4k-core:5.8.1.0")
implementation("org.http4k:http4k-client-okhttp:5.8.1.0")
implementation("com.github.ajalt.mordant:mordant:2.1.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("io.kotest:kotest-assertions-core:5.7.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
}

kotlin {
Expand Down

0 comments on commit c14a10f

Please sign in to comment.