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

Commit c5f8897

Browse files
authored
Merge pull request #16 from k163377/feature
Updates.
2 parents e6b9169 + c4cb07b commit c5f8897

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id("maven")
33
id("java")
4-
id("org.jetbrains.kotlin.jvm") version "1.3.70"
4+
id("org.jetbrains.kotlin.jvm") version "1.3.71"
55
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
66
}
77

88
group = "com.mapk"
9-
version = "0.18"
9+
version = "0.19"
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919

2020
dependencies {
21-
classpath(kotlin("gradle-plugin", version = "1.3.70"))
21+
classpath(kotlin("gradle-plugin", version = "1.3.71"))
2222
}
2323
}
2424

@@ -30,10 +30,10 @@ repositories {
3030
dependencies {
3131
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3232
implementation(kotlin("reflect"))
33-
api("com.github.ProjectMapK:Shared:0.9")
33+
api("com.github.ProjectMapK:Shared:0.10")
3434

3535
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
36-
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.0") {
36+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.1") {
3737
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
3838
}
3939
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation

0 commit comments

Comments
 (0)