Skip to content

Commit

Permalink
Use proper ton-kotlin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeep committed Sep 9, 2022
1 parent df74910 commit f961402
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 @@ -54,7 +54,7 @@ kotlin {
dependencies {
implementation("com.github.ajalt.clikt:clikt:3.5.0")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta7")
implementation("com.github.antonmeep.ton-kotlin:ton-kotlin:83482f1fb0")
implementation("com.github.andreypfau.ton-kotlin:ton-kotlin:c678f34b0a")
implementation("io.github.microutils:kotlin-logging:2.1.23")
implementation("io.insert-koin:koin-core:3.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
Expand Down

0 comments on commit f961402

Please sign in to comment.