Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 68a8aa6

Browse files
Update kotlin monorepo to v1.9.0
1 parent 4139ff2 commit 68a8aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ repositories {
2828
dependencies {
2929

3030
// Use the Kotlin JDK 8 standard library.
31-
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.22")
31+
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
3232

3333
// Use the Kotlin reflect library.
34-
compileOnly("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
34+
compileOnly("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
3535

3636
// Use the kotlin test library
3737
testImplementation("io.kotest:kotest-assertions-core:5.5.4")

0 commit comments

Comments
 (0)