aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 {