aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-12-19 09:54:05 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-12-19 09:54:05 -0800
commit668b5c35ea900750c35f2ea8d878c1c5e6a04607 (patch)
treee63f4c0e5e886256a762d409dcc73fc9d5e5321d /README.md
parent7653b26a950d3313f3f159ab76eec1f186055ac8 (diff)
downloadKotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.gz
KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.bz2
KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.zip
Kotlin for Forge 1.7.0
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 {