diff --git a/build.gradle b/build.gradle index d2fa4e91..cd55edfe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,14 @@ buildscript { dependencies { - classpath 'com.github.dexman545:Outlet:1.3.10' + classpath 'com.github.dexman545:Outlet:1.6.1' } } plugins { id 'fabric-loom' version '1.5-SNAPSHOT' id 'com.modrinth.minotaur' version '2.+' - id 'org.ajoberstar.reckon' version '0.13.0' + id 'org.ajoberstar.reckon' version '0.13.1' } -apply plugin: 'dex.plugins.outlet' +apply plugin: 'io.github.dexman545.outlet' java { toolchain {