diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-04-18 12:39:25 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-04-18 12:39:25 -0700 |
commit | d0125086b88a83033483a74b50c2289b07dd53da (patch) | |
tree | 263cb4f0335cce7c3f3a3f54ae3dbca8d1e2eab7 /README.md | |
parent | 61c676528bbe80e4bbcbd9a168e8fa93f1dbab3f (diff) | |
download | KotlinForForge-d0125086b88a83033483a74b50c2289b07dd53da.tar.gz KotlinForForge-d0125086b88a83033483a74b50c2289b07dd53da.tar.bz2 KotlinForForge-d0125086b88a83033483a74b50c2289b07dd53da.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ buildscript { } dependencies { // Make sure to use the correct version - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4-M1" } } @@ -28,7 +28,7 @@ repositories { dependencies { // Uses the latest version of KotlinForForge - implementation 'thedarkcolour:kotlinforforge:1+' + implementation 'thedarkcolour:kotlinforforge:1.2.1' } compileKotlin { |