Skip to content

Commit

Permalink
Kotlin 1.5.10 + Coroutines 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed May 30, 2021
1 parent 5c6bdcb commit be62e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.5.0" apply true
kotlin("jvm") version "1.5.10" apply true
id("io.github.gradle-nexus.publish-plugin") apply true
id("org.jmailen.kotlinter") version "3.4.4"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package org.jetbrains.exposed.gradle

object Versions {
const val kotlin = "1.5.0"
const val kotlinCoroutines = "1.5.0-RC"
const val kotlin = "1.5.10"
const val kotlinCoroutines = "1.5.0"

/** JDBC drivers **/
const val h2 = "1.4.199"
Expand Down

0 comments on commit be62e43

Please sign in to comment.