Skip to content

Commit

Permalink
Kotlin 1.4.32
Browse files Browse the repository at this point in the history
kotlin coroutines 1.4.30
  • Loading branch information
Tapac committed Apr 1, 2021
1 parent 3cb50dc commit d20aa25
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.4.31" apply true
kotlin("jvm") version "1.4.32" apply true
id("io.github.gradle-nexus.publish-plugin") apply true
}

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.4.21"
const val kotlinCoroutines = "1.4.1"
const val kotlin = "1.4.32"
const val kotlinCoroutines = "1.4.30"

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

0 comments on commit d20aa25

Please sign in to comment.