Skip to content

Commit 11d80e0

Browse files
committed
build. AssertJ 의존성 추가
1 parent 4b08af2 commit 11d80e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation platform('org.junit:junit-bom:5.9.1')
14-
testImplementation('org.junit.jupiter:junit-jupiter')
1513
testImplementation platform('org.junit:junit-bom:5.9.1')
1614
testImplementation platform('org.assertj:assertj-bom:3.25.1')
1715
testImplementation('org.junit.jupiter:junit-jupiter')
16+
1817
testImplementation('org.assertj:assertj-core')
1918
}
2019

0 commit comments

Comments
 (0)