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

Commit 6958b04

Browse files
committed
Sharedのアップデート
1 parent 9c0aab1 commit 6958b04

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
@@ -33,7 +33,7 @@ repositories {
3333
dependencies {
3434
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3535
implementation(kotlin("reflect"))
36-
api("com.github.ProjectMapK:Shared:0.17")
36+
api("com.github.ProjectMapK:Shared:0.18")
3737
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
3838
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE") {
3939
exclude(module = "spring-beans")

0 commit comments

Comments
 (0)