Skip to content

Commit

Permalink
remove unneeded dependency on multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Nov 16, 2022
1 parent 9759890 commit e83d239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http4k-format/core/build.gradle.kts
Expand Up @@ -3,7 +3,6 @@ description = "Http4k Format supporting code"
dependencies {
api(project(":http4k-core"))
api(project(":http4k-realtime-core"))
implementation(project(":http4k-multipart"))
implementation("dev.forkhandles:values4k:_")
testImplementation(project(":http4k-core"))
testImplementation(project(":http4k-jsonrpc"))
Expand Down

0 comments on commit e83d239

Please sign in to comment.