Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 357edc7

Browse files
committed
sharedのアップデート
同時に依存の伝搬ができていなかった問題を修正
1 parent 17cb159 commit 357edc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
exclude(module = "spring-jcl")
3737
exclude(module = "spring-tx")
3838
}
39-
implementation("com.github.ProjectMapK:Shared:0.6")
39+
api("com.github.ProjectMapK:Shared:0.7")
4040

4141
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
4242
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.0") {

0 commit comments

Comments
 (0)