Skip to content

Commit 962eb62

Browse files
committed
Removed unused :utils dependency in i18n module
Cleaned up unnecessary `:utils` API and test dependencies from `i18n/build.gradle.kts`.
1 parent c6e2627 commit 962eb62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

i18n/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ tasks.compileJava {
1515
}
1616

1717
group = "net.thenextlvl.core"
18-
version = "3.2.0"
18+
version = "3.2.1"
1919

2020
repositories {
2121
mavenCentral()
2222
maven("https://repo.papermc.io/repository/maven-public/")
2323
}
2424

2525
dependencies {
26-
api(project(":utils"))
2726
api(project(":files"))
2827

2928
compileOnly("org.jspecify:jspecify:1.0.0")
@@ -38,7 +37,6 @@ dependencies {
3837
testImplementation("org.slf4j:slf4j-simple:2.1.0-alpha1")
3938
testImplementation(platform("org.junit:junit-bom:5.13.4"))
4039
testImplementation(project(":files"))
41-
testImplementation(project(":utils"))
4240
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4341
}
4442

0 commit comments

Comments
 (0)