Skip to content

Commit

Permalink
Kotlin 1.3.61
Browse files Browse the repository at this point in the history
kotlin-coroutines 1.3.3
  • Loading branch information
Tapac committed Dec 14, 2019
1 parent 59f4c9f commit f09852e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.50" apply true
kotlin("jvm") version "1.3.61" apply true
id("tanvd.kosogor") version "1.0.7" apply true
}

Expand Down
2 changes: 1 addition & 1 deletion exposed-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
api(kotlin("stdlib"))
api(kotlin("reflect"))
api("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.3.2")
api("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.3.3")
api("org.slf4j", "slf4j-api", "1.7.25")
compileOnly("com.h2database", "h2", "1.4.199")
}
Expand Down
4 changes: 2 additions & 2 deletions exposed-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
val dialect: String by project

dependencies {
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.3.2")
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.3.3")
implementation(project(":exposed-core"))
implementation(project(":exposed-jdbc"))
implementation(project(":exposed-dao"))
Expand All @@ -22,7 +22,7 @@ dependencies {
implementation("log4j", "log4j", "1.2.17")
implementation("junit", "junit", "4.12")
implementation("org.hamcrest", "hamcrest-library", "1.3")
implementation("org.jetbrains.kotlinx","kotlinx-coroutines-debug", "1.3.2")
implementation("org.jetbrains.kotlinx","kotlinx-coroutines-debug", "1.3.3")

implementation("com.opentable.components", "otj-pg-embedded", "0.12.0")
implementation("mysql", "mysql-connector-mxj", "5.0.12")
Expand Down
2 changes: 1 addition & 1 deletion spring-transaction/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation(project(":exposed-jdbc"))
api("org.springframework", "spring-jdbc", SPRING_FRAMEWORK_VERSION)
api("org.springframework", "spring-context", SPRING_FRAMEWORK_VERSION)
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.3.2")
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.3.3")

testImplementation(project(":exposed-dao"))
testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit f09852e

Please sign in to comment.