diff options
Diffstat (limited to 'spark-forge/build.gradle')
-rw-r--r-- | spark-forge/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle index 6b55901..526778e 100644 --- a/spark-forge/build.gradle +++ b/spark-forge/build.gradle @@ -14,7 +14,7 @@ plugins { apply plugin: 'net.minecraftforge.gradle' minecraft { - mappings channel: 'snapshot', version: '20190801-1.14.3' + mappings channel: 'snapshot', version: '20200112-1.14.3' } processResources { @@ -37,7 +37,7 @@ configurations { } dependencies { - minecraft 'net.minecraftforge:forge:1.14.4-28.0.45' + minecraft 'net.minecraftforge:forge:1.14.4-28.1.0' shade project(':spark-common') } |