Merge pull request #75 from trainerlord/dependabot/gradle/com.github.johnrengelman.shadow-6.1.0

Bump com.github.johnrengelman.shadow from 6.0.0 to 6.1.0
This commit is contained in:
trainerlord 2020-10-12 13:11:18 -04:00 committed by GitHub
commit f82db53cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ buildscript {
}
plugins {
id 'com.github.johnrengelman.shadow' version '6.0.0'
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'kr.entree.spigradle' version '2.2.3'
id 'java'
id 'jacoco'