update to 1.3.40

This commit is contained in:
NikkyAinikky 2019-06-19 20:17:44 +02:00
parent ab808237e6
commit 485368c520
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ buildscript {
name "forge"
url "http://files.minecraftforge.net/maven/"
}
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {
classpath "net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT"
@ -54,7 +53,6 @@ processResources {
repositories {
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {

View File

@ -6,6 +6,6 @@ mc_version = 1.12.2
mcp_mappings = snapshot_20180609
forge_version = 14.23.4.2705
kotlin_version = 1.3.40-eap-32
kotlin_version = 1.3.40
annotations_version = 16.0.3
coroutines_version = 1.2.1