Skip to content

Commit

Permalink
lib relocate
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir committed Nov 18, 2023
1 parent 3850f77 commit 524b314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttpLoggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
serializationJson = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
tweetNaClJava = { module = "org.purejava:tweetnacl-java", version = "1.1.2" }
tweetNaClJava = { module = "net.avianlabs:tweetnacl-java", version = "1.1.2" }

# Test Libs
coroutinesTest = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
Expand Down

0 comments on commit 524b314

Please sign in to comment.