Skip to content

Commit

Permalink
update std lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
12rcu committed Jul 2, 2023
1 parent 907980f commit 66d5105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ application {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("com.timoliacreative:tranclate:2.11.0")
implementation("com.timoliacreative:tranclate-std-lib:0.10.1-dev4")
implementation("com.timoliacreative:tranclate-std-lib:0.10.2-dev1")

//test
testImplementation(kotlin("test"))
Expand Down

0 comments on commit 66d5105

Please sign in to comment.