Files
event-demo/gradle.properties
Fabrice Lecomte 51d857513c Create test for complete game
create notifications for reply the players
implement notifications on GameEventPlayerNotificationListener
add priority to the eventbus.subscribe()
improve JWT creation
update libs koin + ktor
remove output of GameCommandStream
improve logs
create a function disableShuffleDeck to disable the shuffle of the deck (for tests)
2025-04-14 23:39:36 +02:00

12 lines
248 B
Properties

ktor_version=3.0.3
kotlin_version=2.1.10
kotlin_serialization_version=1.8.0
logback_version=1.5.16
koin_version=4.0.2
kotlin_logging_version=5.1.0
#kotlin_logging_version=7.0.4
kotest_version=5.9.1
#kotest_version=6.0.0
kotlin.code.style=official