diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |