Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge code from branch \master\
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 5, 2023
2 parents aaa9f03 + 1aba106 commit 24c20ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ plugins {
}

dependencies {
implementation("io.ktor:ktor-server-websockets:2.2.1")
api("io.ktor:ktor-server-core:2.2.1")
implementation("io.ktor:ktor-server-websockets:2.2.2")
api("io.ktor:ktor-server-core:2.2.2")

testImplementation("io.ktor:ktor-server-test-host:2.2.1")
testImplementation("io.ktor:ktor-server-test-host:2.2.2")
testImplementation("org.slf4j:slf4j-simple:2.0.6")
}
2 changes: 1 addition & 1 deletion loader-reflection/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dependencies {
api("org.reflections:reflections:0.10.2")

testImplementation("io.kotest.extensions:kotest-assertions-ktor:1.0.3")
testImplementation("io.ktor:ktor-server-test-host:2.2.1")
testImplementation("io.ktor:ktor-server-test-host:2.2.2")
testImplementation("org.slf4j:slf4j-simple:2.0.6")
}

0 comments on commit 24c20ea

Please sign in to comment.