Skip to content

Commit 589878e

Browse files
committed
remove unused deps from libs
1 parent f0d5b1d commit 589878e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
kotlin = "2.2.10"
33
kotlinx = "1.10.2"
44
kotest = "6.0.5"
5-
detekt = "1.23.8"
65
junit = "5.14.1"
76
koin = "4.1.1"
87
quarkus = "3.30.0"
@@ -22,11 +21,9 @@ quarkus-arc = { module = "io.quarkus:quarkus-arc", version.ref = "quarkus" }
2221
jakarta-enterpise-cdi-api = { module = "jakarta.enterprise:jakarta.enterprise.cdi-api", version.ref = "jakarta" }
2322

2423
spring-boot-4x-starter = { module = "org.springframework.boot:spring-boot-starter", version.ref = "spring-boot-4x" }
25-
spring-boot-4x-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring-boot-4x" }
2624
spring-boot-4x-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot-4x" }
2725

2826
spring-boot-3x-starter = { module = "org.springframework.boot:spring-boot-starter", version.ref = "spring-boot-3x" }
29-
spring-boot-3x-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring-boot-3x" }
3027
spring-boot-3x-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot-3x" }
3128

3229
spring-boot-2x-starter = { module = "org.springframework.boot:spring-boot-starter", version.ref = "spring-boot-2x" }
@@ -35,20 +32,17 @@ ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint
3532

3633
# test
3734
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
38-
kotest-assertions-arrow = { module = "io.kotest.extensions:kotest-assertions-arrow", version = "2.0.0" }
3935
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
4036
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
4137
kotest-assertions-table = { module = "io.kotest:kotest-assertions-table", version.ref = "kotest" }
4238
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx" }
4339
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
4440
koin-test-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin" }
4541
quarkus-junit5 = { module = "io.quarkus:quarkus-junit5", version.ref = "quarkus" }
46-
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
4742

4843
[plugins]
4944
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.3" }
5045
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
51-
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
5246
spotless = { id = "com.diffplug.spotless", version = "8.1.0" }
5347
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
5448
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.35.0" }

0 commit comments

Comments
 (0)