diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-26 08:28:01 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-26 08:28:01 -0800 |
commit | dd95d0f80c7723a9e740c063fbe3c6000ae31e47 (patch) | |
tree | 5bca8cd7a21d5357a79996623c2c90077568a482 /gradle.properties | |
parent | 6af77b664bf201c94e952040c69bd56d341833c8 (diff) | |
download | KotlinForForge-dd95d0f80c7723a9e740c063fbe3c6000ae31e47.tar.gz KotlinForForge-dd95d0f80c7723a9e740c063fbe3c6000ae31e47.tar.bz2 KotlinForForge-dd95d0f80c7723a9e740c063fbe3c6000ae31e47.zip |
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 0fad2c8..8ce7ae5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4.30 +kotlin_version=1.4.31 coroutines_version = 1.4.2 annotations_version = 20.1.0 -serialization_version = 1.0.1
\ No newline at end of file +serialization_version = 1.1.0
\ No newline at end of file |