summaryrefslogtreecommitdiff
path: root/sw-client
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-05-16 10:28:15 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-05-16 10:28:15 +0200
commitd0f839278805661a7d8f83e987e9a291e163d601 (patch)
treebfb42b7a847d7113a3b36cd35f2eb546be29cbe0 /sw-client
parentCleanup SW test (diff)
downloadseven-wonders-d0f839278805661a7d8f83e987e9a291e163d601.tar.gz
seven-wonders-d0f839278805661a7d8f83e987e9a291e163d601.tar.bz2
seven-wonders-d0f839278805661a7d8f83e987e9a291e163d601.zip
Upgrade krossbow to 0.20.3
Diffstat (limited to 'sw-client')
-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 a0621892..d932b57f 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.2"
+val krossbowVersion = "0.20.3"
kotlin {
jvm()
bgstack15