Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine authored Dec 10, 2024
1 parent 131d453 commit 9baa514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
}

val littleKtVersion = "0.10.2" // get the latest release at the top
val kotlinCoroutinesVersion = "1.9.1" // or whatever version you are using
val kotlinCoroutinesVersion = "1.9.0" // or whatever version you are using

sourceSets {
val commonMain by getting {
Expand Down Expand Up @@ -79,8 +79,8 @@ kotlin {
}
}

val littleKtVersion = "0.11.0.a9529eb-SNAPSHOT" // or whichever hash you are using
val kotlinCoroutinesVersion = "1.9.1" // or whatever version you are using
val littleKtVersion = "0.11.0.131d453-SNAPSHOT" // or whichever hash you are using
val kotlinCoroutinesVersion = "1.9.0" // or whatever version you are using

sourceSets {
val commonMain by getting {
Expand Down

0 comments on commit 9baa514

Please sign in to comment.