Skip to content

Commit

Permalink
[LG-41]- change dependency handler
Browse files Browse the repository at this point in the history
lglabs committed Apr 17, 2024
1 parent f63fed8 commit 8d22d9b
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ subprojects {
}
allprojects {
group = "com.lg5.spring"
version = "1.0.0-alpha"
version = "1.0.0-alpha.1"
}

repositories {
11 changes: 5 additions & 6 deletions lg5-spring-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
dependencies {
api(libs.springboot.starter.test)
api(libs.jupiter.api)
api(libs.jupiter.engine)
api(libs.jupiter.launcher)
api(libs.mockito.core)
testImplementation(kotlin("test"))
testImplementation(libs.springboot.starter.test)
testImplementation(libs.mockito.core)
testImplementation(libs.jupiter.api)
testImplementation(libs.jupiter.engine)
testRuntimeOnly(libs.jupiter.launcher)
}

0 comments on commit 8d22d9b

Please sign in to comment.