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

Commit 2378aba

Browse files
authored
Merge pull request #35 from k163377/feature
Update shared.
2 parents 98a62b2 + e05aaba commit 2378aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.mapk"
9-
version = "0.28"
9+
version = "0.29"
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.14")
33+
api("com.github.ProjectMapK:Shared:0.15")
3434

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

0 commit comments

Comments
 (0)