diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-12-19 09:54:05 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-12-19 09:54:05 -0800 |
commit | 668b5c35ea900750c35f2ea8d878c1c5e6a04607 (patch) | |
tree | e63f4c0e5e886256a762d409dcc73fc9d5e5321d /gradle.properties | |
parent | 7653b26a950d3313f3f159ab76eec1f186055ac8 (diff) | |
download | KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.gz KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.bz2 KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.zip |
Kotlin for Forge 1.7.0
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 65bbeb0..4dd7111 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -kotlin_version=1.4.10 -coroutines_version = 1.3.9 -annotations_version = 20.0.0
\ No newline at end of file +kotlin_version=1.4.21 +coroutines_version = 1.4.2 +annotations_version = 20.1.0
\ No newline at end of file |