From 524b314fc5e796bb8dc9c7ff7ad2d9ce29d0f96c Mon Sep 17 00:00:00 2001 From: Guillermo Orellana Date: Sat, 18 Nov 2023 02:08:43 +0100 Subject: [PATCH] lib relocate --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 09b2f0b..bec5a95 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -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" }