diff options
author | joffrey-bion <joffrey.bion@gmail.com> | 2020-10-31 13:45:14 +0100 |
---|---|---|
committer | joffrey-bion <joffrey.bion@gmail.com> | 2020-11-25 01:51:30 +0100 |
commit | 35bdbef15323c43235add21a000a7cc1d2ea8893 (patch) | |
tree | 268c865b34ce9e927541ff3804e6a6f220a694c6 /sw-common-model | |
parent | Add .idea to gitignore for jetbrains dev (diff) | |
download | seven-wonders-35bdbef15323c43235add21a000a7cc1d2ea8893.tar.gz seven-wonders-35bdbef15323c43235add21a000a7cc1d2ea8893.tar.bz2 seven-wonders-35bdbef15323c43235add21a000a7cc1d2ea8893.zip |
Upgrade dependencies
- Kotlinx Coroutines to 1.4.1
- Kotlinx Serialization to 1.0.0
- Krossbow to 1.1.0
Diffstat (limited to 'sw-common-model')
-rw-r--r-- | sw-common-model/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw-common-model/build.gradle.kts b/sw-common-model/build.gradle.kts index a7146bc0..dd7b5327 100644 --- a/sw-common-model/build.gradle.kts +++ b/sw-common-model/build.gradle.kts @@ -3,7 +3,7 @@ plugins { kotlin("plugin.serialization") } -val kotlinSerialization = "1.0.0-RC" +val kotlinSerialization = "1.0.0" kotlin { jvm() |