Skip to content

Commit

Permalink
Update to Kotlin 1.7.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jul 10, 2022
1 parent d923c53 commit d2a4a83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.0" apply false
kotlin("jvm") version "1.7.10" apply false
id("org.jmailen.kotlinter") version "3.11.1" apply false
id("com.github.ben-manes.versions") version "0.42.0"
id("io.gitlab.arturbosch.detekt") version "1.20.0"
id("com.google.devtools.ksp") version "1.7.0-1.0.6" apply false
id("com.google.devtools.ksp") version "1.7.10-1.0.6" apply false
}
allprojects {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {

antlr("org.antlr:antlr4:4.10.1")

implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3")
implementation("com.puppycrawl.tools:checkstyle:10.3.1")
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0")

implementation(project(":core"))
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10")

implementation("io.ktor:ktor-server-netty:2.0.3")
implementation("io.ktor:ktor-server-cors:2.0.3")
Expand Down

0 comments on commit d2a4a83

Please sign in to comment.