summaryrefslogtreecommitdiff
path: root/sw-client/build.gradle.kts
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-09-14 00:50:29 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-09-14 00:50:29 +0200
commit735cbbdf98befb25cef38c2b2abe6c70d6414b13 (patch)
tree5a41f385c84cd1e45024f13a9004606eb17f02ec /sw-client/build.gradle.kts
parentSimplify local run docker command (with DockerHub) (diff)
downloadseven-wonders-735cbbdf98befb25cef38c2b2abe6c70d6414b13.tar.gz
seven-wonders-735cbbdf98befb25cef38c2b2abe6c70d6414b13.tar.bz2
seven-wonders-735cbbdf98befb25cef38c2b2abe6c70d6414b13.zip
Upgrade to Krossbow 0.41.0
Diffstat (limited to 'sw-client/build.gradle.kts')
-rw-r--r--sw-client/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw-client/build.gradle.kts b/sw-client/build.gradle.kts
index 8e565745..e3f75f87 100644
--- a/sw-client/build.gradle.kts
+++ b/sw-client/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
kotlin("multiplatform")
}
-val krossbowVersion = "0.30.1"
+val krossbowVersion = "0.41.0"
kotlin {
jvm()
bgstack15