Skip to content

Commit c268934

Browse files
committed
Try enforcedPlatform for the junit bom.
1 parent 912f98b commit c268934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana-version-catalog/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ val grpc = "1.75.0"
6161
val googleProtobuf = "4.32.0"
6262

6363
dependencies {
64-
api(platform("org.junit:junit-bom:$junit"))
6564
}
6665

6766
dependencies.constraints {
6867
// Tests
68+
api(enforcedPlatform("org.junit:junit-bom:$junit"))
6969

7070
// Compile & Implementation
7171

0 commit comments

Comments
 (0)