diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-09-14 00:50:29 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-09-14 00:50:29 +0200 |
commit | 735cbbdf98befb25cef38c2b2abe6c70d6414b13 (patch) | |
tree | 5a41f385c84cd1e45024f13a9004606eb17f02ec /sw-client/build.gradle.kts | |
parent | Simplify local run docker command (with DockerHub) (diff) | |
download | seven-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.kts | 2 |
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() |