aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 12:39:25 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 12:39:25 -0700
commitd0125086b88a83033483a74b50c2289b07dd53da (patch)
tree263cb4f0335cce7c3f3a3f54ae3dbca8d1e2eab7 /README.md
parent61c676528bbe80e4bbcbd9a168e8fa93f1dbab3f (diff)
downloadKotlinForForge-d0125086b88a83033483a74b50c2289b07dd53da.tar.gz
KotlinForForge-d0125086b88a83033483a74b50c2289b07dd53da.tar.bz2
KotlinForForge-d0125086b88a83033483a74b50c2289b07dd53da.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 620aecc..ccf82c6 100644
--- a/README.md
+++ b/README.md
@@ -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 {