We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d502a9 commit 533ba8fCopy full SHA for 533ba8f
build.gradle.kts
@@ -38,6 +38,7 @@ allprojects {
38
maven(url = "https://plugins.gradle.org/m2/")
39
maven(url = "https://maven.fpregistry.io/releases")
40
maven(url = "https://jitpack.io")
41
+ maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
42
}
43
configurations.all {
44
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk7")
buildSrc/src/main/java/Dependencies.kt
@@ -77,7 +77,7 @@ object Versions {
77
const val voyager = "1.1.0-beta03"
78
const val protobuf_plugin = "0.9.4"
79
80
- const val sodium_bindings = "0.9.4"
+ const val sodium_bindings = "0.9.5-SNAPSHOT"
81
82
const val desugaring = "2.1.2"
83
0 commit comments