update kotlin to 1.3.61

* update coroutines to 1.3.3
This commit is contained in:
Jannik 2019-12-13 14:06:08 +01:00
parent b428840df7
commit 16cb89ca38
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.60'
ext.kotlin_version = '1.3.61'
ext.spring_boot_version = '2.1.11.RELEASE'
repositories {
@ -33,7 +33,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3"
implementation "org.jsoup:jsoup:1.12.1"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "com.google.code.gson:gson:2.8.6"