Skip to content

Commit

Permalink
Merge pull request #381 from takahirom/takahirom/avoid-update-kotlin/…
Browse files Browse the repository at this point in the history
…2024-05-25

Use kotlinx-io 0.3.3 to avoid updating Kotlin
  • Loading branch information
takahirom committed May 25, 2024
2 parents f04bef6 + 98ab968 commit 908ea12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ javaToolchain = "17"
javaTarget = "11"
agp = "7.3.1"
commons-compress = "1.23.0"
kotlin = "1.9.21"
kotlin = "1.9.22"
mavenPublish = "0.25.3"
composeCompiler = "1.5.6"
composeCompiler = "1.5.10"
composeMultiplatform = "1.6.2"
robolectric = "4.12.2"
robolectric-android-all = "Q-robolectric-5415296"
Expand Down Expand Up @@ -39,7 +39,7 @@ junit = "4.13.2"
ktor-serialization-kotlinx-xml = "2.3.0"
kotlinx-serialization = "1.6.3"
squareup-okhttp = "5.0.0-alpha.11"
kotlinx-io = "0.3.5"
kotlinx-io = "0.3.3"

[libraries]
roborazzi = { module = "io.github.takahirom.roborazzi:roborazzi", version.ref = "roborazzi-for-replacing-by-include-build" }
Expand Down

0 comments on commit 908ea12

Please sign in to comment.