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

Commit e6b9169

Browse files
authored
Merge pull request #15 from k163377/feature
Fixed a bug when calling with a large number of arguments.
2 parents bd2a360 + 7ced1fe commit e6b9169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17"
9+
version = "0.18"
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

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

0 commit comments

Comments
 (0)