Skip to content

Commit

Permalink
Kotlin 1.5.21 + Coroutines 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Aug 1, 2021
1 parent 6270f10 commit efd8dd4
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.10" apply true
kotlin("jvm") version "1.5.21" 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.5.10"
const val kotlinCoroutines = "1.5.0"
const val kotlin = "1.5.21"
const val kotlinCoroutines = "1.5.1"

const val slf4j = "1.7.30"
const val log4j2 = "2.14.1"
Expand Down

0 comments on commit efd8dd4

Please sign in to comment.