summaryrefslogtreecommitdiff
path: root/sw-client/build.gradle.kts
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-05-05 16:52:27 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-05-12 09:22:25 +0200
commit9aa36cd199c1d6cf0feb959e3ec6ac0539168cd5 (patch)
tree03b40254778add686a1aaf7a263f099e748097fc /sw-client/build.gradle.kts
parentMove score to common model (to enable passing it to client) (diff)
downloadseven-wonders-9aa36cd199c1d6cf0feb959e3ec6ac0539168cd5.tar.gz
seven-wonders-9aa36cd199c1d6cf0feb959e3ec6ac0539168cd5.tar.bz2
seven-wonders-9aa36cd199c1d6cf0feb959e3ec6ac0539168cd5.zip
Upgrade to krossbow 0.20.1 (migrate to flows)
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 0b74243d..8b8983c1 100644
--- a/sw-client/build.gradle.kts
+++ b/sw-client/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint")
}
-val krossbowVersion = "0.10.3"
+val krossbowVersion = "0.20.1"
kotlin {
jvm()
bgstack15