Kotlin-stdlib and TestNG updates.
This commit is contained in:
parent
f405f7ce49
commit
b9a81eaf7a
3 changed files with 23 additions and 23 deletions
|
@ -19,13 +19,13 @@
|
|||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.87">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.89">
|
||||
<CLASSES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87/kobalt/wrapper/kobalt-1.0.87.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.89/kobalt/wrapper/kobalt-1.0.89.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87/kobalt/wrapper/kobalt-1.0.87-sources.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.89/kobalt/wrapper/kobalt-1.0.89-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
|
|
@ -46,11 +46,11 @@ val p = project {
|
|||
|
||||
dependencies {
|
||||
compileOnly("com.beust:$kobaltDependency:")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.11")
|
||||
compile("org.testng:testng:6.12")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue