Skip to content

Commit 4b9d121

Browse files
author
Racci
committed
fix(gradle): Fix version in gradle
1 parent f6c429e commit 4b9d121

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
id("com.github.johnrengelman.shadow")
66
}
77

8-
version = "1.0"
9-
108
repositories {
119
mavenCentral()
1210

@@ -20,7 +18,7 @@ dependencies {
2018

2119
implementation(eLib.kord.extensions)
2220
implementation(eLib.kord.phishing)
23-
// implementation(libs.kotlin.stdlib)
21+
implementation(libs.kotlin.stdlib)
2422

2523
// Logging dependencies
2624
implementation(eLib.groovy)

0 commit comments

Comments
 (0)