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

Commit c850301

Browse files
authored
Merge pull request #9 from k163377/feature
Fixed a bug when calling with a large number of arguments.
2 parents 5ab85ad + 7ec13c7 commit c850301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.mapk"
9-
version = "0.4"
9+
version = "0.7"
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -30,7 +30,7 @@ repositories {
3030
dependencies {
3131
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3232
implementation(kotlin("reflect"))
33-
api("com.github.ProjectMapK:Shared:0.8")
33+
api("com.github.ProjectMapK:Shared:0.9")
3434
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
3535
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.4.RELEASE") {
3636
exclude(module = "spring-beans")

0 commit comments

Comments
 (0)