Skip to content

Commit

Permalink
update demo to use latest Kotlite versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Jul 9, 2024
1 parent a67e648 commit e4321fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.github.sunny-chung:kotlite-interpreter:1.1.0")
implementation("io.github.sunny-chung:kotlite-interpreter:1.1.1")
implementation("io.github.sunny-chung:kotlite-stdlib:1.1.0")
}
}
Expand Down

0 comments on commit e4321fe

Please sign in to comment.