Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit b9923ae

Browse files
committed
build: Updated dependencies
1 parent afb060a commit b9923ae

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies {
4949
implementation(Dependencies.Crypto.tink)
5050

5151
implementation(Dependencies.dotenv)
52+
implementation(Dependencies.weakness)
5253
implementation(Dependencies.openperm)
5354
implementation(Dependencies.cufy_ktor_commons)
5455
implementation(Dependencies.logback_classic)

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ object Dependencies {
2626

2727
object GraphQL {
2828
val graphql = "com.graphql-java:graphql-java:18.1"
29-
val kaguya = "org.cufy:kaguya:1.0.0-beta.2"
29+
val kaguya = "org.cufy:kaguya:1.0.0"
3030
}
3131

3232
object MongoDB {
3333
val kmongo = "org.litote.kmongo:kmongo:4.6.0"
3434
val kmongo_coroutine = "org.litote.kmongo:kmongo-coroutine:4.6.0"
35-
val mangaka = "org.cufy:mangaka:1.0.0-beta.2"
35+
val mangaka = "org.cufy:mangaka:1.0.0"
3636
}
3737

3838
object Crypto {
@@ -42,7 +42,8 @@ object Dependencies {
4242
}
4343

4444
val dotenv = "io.github.cdimascio:dotenv-kotlin:6.3.1"
45-
val openperm = "org.cufy:openperm-kt:1.0.0-beta.0"
46-
val cufy_ktor_commons = "org.cufy:ktor-commons:c7dee8a05f"
45+
val weakness = "org.cufy:weakness:1.0.0"
46+
val openperm = "org.cufy:openperm-kt:1.0.0"
47+
val cufy_ktor_commons = "org.cufy:ktor-commons:1.0.0"
4748
val logback_classic = "ch.qos.logback:logback-classic:1.2.11"
4849
}

0 commit comments

Comments
 (0)