Updated deps.
This commit is contained in:
parent
ab85a04113
commit
03cc2d5351
13 changed files with 138 additions and 139 deletions
|
@ -1,7 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sun Jul 01 20:13:31 PDT 2018
|
||||
#Thu Nov 01 18:52:23 PDT 2018
|
||||
example.major=1
|
||||
example.release=
|
||||
example.meta=
|
||||
example.minor=0
|
||||
example.patch=0
|
||||
example.release=
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Wed Oct 31 17:27:38 PDT 2018
|
||||
#Thu Nov 01 18:54:51 PDT 2018
|
||||
version.buildmeta=
|
||||
version.major=2
|
||||
version.minor=1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
kotlin("jvm") version "1.2.50"
|
||||
kotlin("jvm") version "1.3.0"
|
||||
application
|
||||
id("org.jetbrains.kotlin.kapt") version "1.2.50"
|
||||
id("org.jetbrains.kotlin.kapt") version "1.3.0"
|
||||
id("net.thauvin.erik.gradle.semver") version "0.9.8-beta"
|
||||
}
|
||||
|
||||
|
|
|
@ -30,4 +30,4 @@ class Main {
|
|||
println("-----------------------------------------------------")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Jul 10 00:48:28 PDT 2018
|
||||
version.prerelease=
|
||||
#Sat Nov 03 19:58:19 PDT 2018
|
||||
version.buildmeta=
|
||||
version.patch=4
|
||||
version.major=11
|
||||
version.minor=2
|
||||
version.patch=4
|
||||
version.prerelease=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue