summaryrefslogtreecommitdiff
path: root/sw-client/build.gradle.kts
Commit message (Collapse)AuthorAge
* Remove unnecessary module-level opt-insJoffrey Bion2021-09-08
| | | | The declaration at the root does work for multiplatform projects
* Cleanup test dependencies thanks to Kotlin 1.5Joffrey Bion2021-09-07
|
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
|
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
|
* Fix race when bots leave gamejoffrey-bion2021-02-12
|
* Add auto-game with bots onlyjoffrey-bion2021-02-03
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82
* Upgrade Krossbow to 1.1.5joffrey-bion2021-02-01
|
* Upgrade to krossbow 1.1.2 to fix UTF-8 bugsjoffrey-bion2020-12-06
|
* Upgrade dependenciesjoffrey-bion2020-11-25
| | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0
* Upgrade to Krossbow 0.41.0Joffrey Bion2020-09-14
|
* Upgrade to Kotlin 1.4 and corresponding library versionsJoffrey Bion2020-08-31
| | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Actually enable STOMP heart beatsJoffrey Bion2020-06-02
|
* Upgrade krossbow to 0.20.3Joffrey Bion2020-05-16
|
* Upgrade to krossbow 0.20.2Joffrey Bion2020-05-15
|
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
|
* Upgrade to Kotlinx Serialization 0.20.0 and Krossbow 0.10.3Joffrey Bion2020-03-27
|
* Fix krossbow common artifactJoffrey Bion2020-03-27
|
* Upgrade to Krossbow 0.10.2 and use standard WS (not SockJS)Joffrey Bion2020-03-19
|
* Upgrade to Krossbow 0.4.1joffrey-bion2020-01-05
|
* Attempt at Kotlin/JS EAP build 1.3.50-eap-54jbion2019-08-01
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
bgstack15