Skip to content

Commit

Permalink
GH-1960 Kotlin 1.9.20-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Oct 23, 2023
1 parent b72e146 commit 9df58dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
application
`maven-publish`

val kotlinVersion = "1.9.10"
val kotlinVersion = "1.9.20-RC"
kotlin("jvm") version kotlinVersion
kotlin("kapt") version kotlinVersion

Expand Down
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
val detekt = "1.23.0"
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:$detekt")

val kotlin = "1.9.10"
val kotlin = "1.9.20-RC"
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin")

Expand Down

0 comments on commit 9df58dc

Please sign in to comment.