Skip to content

Commit

Permalink
chore: Remove kotlin-bom from the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Aug 26, 2024
1 parent 43264ac commit 31c8a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ subprojects {
apply(plugin = "signing")

dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
testImplementation(rootProject.libs.assertj)
testImplementation(rootProject.libs.mockito)
testImplementation(rootProject.libs.mockito.kotlin)
Expand Down

0 comments on commit 31c8a62

Please sign in to comment.