Browse Source

update http4k to fix apache server problem (#3665)

David Denton 7 years ago
parent
commit
aacdae91a1
2 changed files with 5 additions and 1 deletions
  1. 4 0
      frameworks/Kotlin/http4k/.gitignore
  2. 1 1
      frameworks/Kotlin/http4k/build.gradle

+ 4 - 0
frameworks/Kotlin/http4k/.gitignore

@@ -0,0 +1,4 @@
+build
+out
+docker
+.idea

+ 1 - 1
frameworks/Kotlin/http4k/build.gradle

@@ -1,6 +1,6 @@
 buildscript {
     ext.kotlin_version = "1.2.31"
-    ext.http4k_version = "3.17.0"
+    ext.http4k_version = "3.26.5"
 
     repositories {
         mavenCentral()