We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfdecd commit 617139bCopy full SHA for 617139b
build.gradle.kts
@@ -26,9 +26,9 @@ repositories {
26
27
dependencies {
28
implementation(kotlin("stdlib-jdk8"))
29
- implementation("org.http4k:http4k-core:5.47.0.0")
30
- implementation("org.http4k:http4k-server-jetty:5.47.0.0")
31
- implementation("org.http4k:http4k-format-moshi:5.47.0.0")
+ implementation("org.http4k:http4k-core:6.15.1.0")
+ implementation("org.http4k:http4k-server-jetty:6.15.1.0")
+ implementation("org.http4k:http4k-format-moshi:6.15.1.0")
32
implementation("com.natpryce:konfig:1.6.10.0")
33
implementation("com.squareup.moshi:moshi:1.15.2")
34
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
0 commit comments