summaryrefslogtreecommitdiff
path: root/integration-test
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@users.noreply.github.com>2020-09-21 14:05:05 +0300
committerGitHub <noreply@github.com>2020-09-21 14:05:05 +0300
commit549b9ccb8a16f53d4f5f2b87027acc15f542b0e4 (patch)
tree4c81f3e0b4b77b2364d0163fa74c8856a40b98c7 /integration-test
parentc041c2c92b96c353958843be78084bfd3a4fc1de (diff)
downloadkotlinx.serialization-549b9ccb8a16f53d4f5f2b87027acc15f542b0e4.tar.gz
Prepare RC2 release (#1087)
Update to Kotlin 1.4.10
Diffstat (limited to 'integration-test')
-rw-r--r--integration-test/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-test/gradle.properties b/integration-test/gradle.properties
index ad6a6f42..af1e9ee9 100644
--- a/integration-test/gradle.properties
+++ b/integration-test/gradle.properties
@@ -2,8 +2,8 @@
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#
-mainKotlinVersion=1.4.0
-mainLibVersion=1.0.0-RC
+mainKotlinVersion=1.4.10
+mainLibVersion=1.0.0-RC2
kotlin.code.style=official