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 5286523..6d5b82d 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ To implement in an existing project, paste the following into your build.gradle:
```groovy
buildscript {
dependencies {
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20"
}
}
@@ -40,7 +40,7 @@ repositories {
dependencies {
// Use the latest version of KotlinForForge
- implementation 'thedarkcolour:kotlinforforge:1.6.2'
+ implementation 'thedarkcolour:kotlinforforge:1.7.0'
}
compileKotlin {