summaryrefslogtreecommitdiff
path: root/sw-client/build.gradle.kts
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-06-02 23:32:42 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-06-02 23:32:42 +0200
commit7499004f643fadc73f385328dbfa75af7dcb3795 (patch)
tree7e6fed456b1c4409f2682335577164fcc7b40463 /sw-client/build.gradle.kts
parentUpdate README with latest added features (diff)
downloadseven-wonders-7499004f643fadc73f385328dbfa75af7dcb3795.tar.gz
seven-wonders-7499004f643fadc73f385328dbfa75af7dcb3795.tar.bz2
seven-wonders-7499004f643fadc73f385328dbfa75af7dcb3795.zip
Actually enable STOMP heart beats
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 d932b57f..8671db0d 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.20.3"
+val krossbowVersion = "0.21.1"
kotlin {
jvm()
bgstack15