update to kotlin 1.3.31 and spring boot 2.1.4
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.21'
|
||||
ext.spring_boot_version = '2.1.3.RELEASE'
|
||||
ext.kotlin_version = '1.3.31'
|
||||
ext.spring_boot_version = '2.1.4.RELEASE'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
@ -26,7 +26,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1"
|
||||
implementation 'org.jsoup:jsoup:1.11.3'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
}
|
||||
|
Reference in New Issue
Block a user