Skip to content

Commit

Permalink
#91 update to Kotlin 1.9.21
Browse files Browse the repository at this point in the history
Signed-off-by: klehner <[email protected]>
  • Loading branch information
klu2 committed Dec 10, 2023
1 parent 3252cfe commit a1cd46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinx-serialization = "1.6.0"
maven-artifact = "3.5.0"
jupiter = "5.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class KotlinConfigurePluginTest {
@JvmStatic
fun singleKotlinModuleArguments(): Stream<Arguments> {
// keep in sync with the kotlin version in libs.versions.toml
val currentKotlinVersion = "1.9.20"
val currentKotlinVersion = "1.9.21"
return Stream.of(
arguments(
TestOptions(
Expand Down

0 comments on commit a1cd46b

Please sign in to comment.