Skip to content

Commit

Permalink
Use Kotlin 1.9.0 in Integration tests (sqldelight#4343)
Browse files Browse the repository at this point in the history
* Use Kotlin 1.9.0 in Integration tests

* Use Kotlin 1.9.0 in Integration tests
  • Loading branch information
hfhbd authored Jul 6, 2023
1 parent ae8c348 commit d0b8ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class KotlinVersionsTest(val kotlinVersion: String) {
"1.7.20",
"1.8.0",
"1.8.20",
"1.9.0-Beta",
"1.9.0",
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class KotlinVersionsTest(val kotlinVersion: String) {
"1.7.20",
"1.8.0",
"1.8.20",
"1.9.0-Beta",
"1.9.0",
)
}

Expand Down

0 comments on commit d0b8ca2

Please sign in to comment.