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

Commit bea8f42

Browse files
authored
Merge pull request #27 from k163377/feature
Update libs.
2 parents b4929f8 + 53dba90 commit bea8f42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
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.16"
12+
version = "0.18"
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
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
3838
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE") {
3939
exclude(module = "spring-beans")

0 commit comments

Comments
 (0)