Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit d1b8a27

Browse files
author
Florin Dornig
committed
Fixed build.gradle.kts
1 parent c50c6e8 commit d1b8a27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ version = "2.1.0"
4141
dependencies {
4242
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.10")
4343
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
44-
compileOnly("org.mongodb:mongodb-driver-sync:4.4.1")
45-
implementation("de.dytanic.cloudnet:cloudnet:3.4.2-RELEASE")
44+
implementation("org.mongodb:mongodb-driver-sync:4.4.1")
45+
compileOnly("de.dytanic.cloudnet:cloudnet:3.4.2-RELEASE")
4646
}
4747

4848
tasks {

0 commit comments

Comments
 (0)