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

Commit 7ea655a

Browse files
authored
Merge pull request #46 from k163377/update_kotlin_and_refactor
Update libs.
2 parents ede56f3 + 22b1835 commit 7ea655a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
plugins {
22
id("maven")
33
id("java")
4-
id("org.jetbrains.kotlin.jvm") version "1.4.0"
4+
id("org.jetbrains.kotlin.jvm") version "1.4.10"
55
// その他補助系
66
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
77
id("jacoco")
88
id("com.github.ben-manes.versions") version "0.28.0"
99
}
1010

1111
group = "com.mapk"
12-
version = "0.32"
12+
version = "0.34"
1313

1414
java {
1515
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -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

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

0 commit comments

Comments
 (0)