Skip to content

Commit

Permalink
Upgrade to Kotlin 1.3.61
Browse files Browse the repository at this point in the history
Closes gh-24006
  • Loading branch information
sdeleuze committed Nov 28, 2019
1 parent 4aa013c commit 6f3909f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

plugins {
id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false
id 'org.jetbrains.kotlin.jvm' version '1.3.60' apply false
id 'org.jetbrains.kotlin.jvm' version '1.3.61' apply false
id 'org.jetbrains.dokka' version '0.9.18' apply false
id 'org.asciidoctor.convert' version '1.5.8'
id 'io.spring.nohttp' version '0.0.3.RELEASE'
Expand Down Expand Up @@ -48,7 +48,7 @@ configure(allprojects) { project ->
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR2"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.24.v20191120"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.60"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.61"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2"
mavenBom "org.junit:junit-bom:5.5.2"
}
Expand Down

0 comments on commit 6f3909f

Please sign in to comment.