Dependencies updates.
This commit is contained in:
parent
feba5b62b3
commit
ddfab0fe3b
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.github.spullara.mustache.java:compiler:0.9.5'
|
compile 'com.github.spullara.mustache.java:compiler:0.9.5'
|
||||||
testCompile 'org.testng:testng:6.12'
|
testCompile 'org.testng:testng:6.13.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
bintray {
|
bintray {
|
||||||
|
|
|
@ -74,11 +74,11 @@ val semver = project {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("com.github.spullara.mustache.java:compiler:0.9.5")
|
compile("com.github.spullara.mustache.java:compiler:0.9.5")
|
||||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
compile("org.testng:testng:6.12")
|
compile("org.testng:testng:6.13.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
javaCompiler {
|
javaCompiler {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue