Updated version to 1.1.1

This commit is contained in:
Erik C. Thauvin 2019-03-30 21:02:11 -07:00
parent 6f2ce396f3
commit be84f36395
13 changed files with 59 additions and 31 deletions

View file

@ -2,8 +2,8 @@ plugins {
id 'java'
id 'maven-publish'
id 'com.jfrog.bintray' version '1.8.4'
id 'com.github.ben-manes.versions' version '0.20.0'
id 'net.thauvin.erik.gradle.semver' version '0.9.8-beta'
id 'com.github.ben-manes.versions' version '0.21.0'
id 'net.thauvin.erik.gradle.semver' version '0.9.9-beta'
id 'com.github.spotbugs' version '1.7.1'
}
@ -36,7 +36,7 @@ repositories {
}
dependencies {
implementation 'com.github.spullara.mustache.java:compiler:0.9.5'
implementation 'com.github.spullara.mustache.java:compiler:0.9.6'
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
testImplementation 'org.testng:testng:6.14.3'
}