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

Commit

Permalink
Merge pull request #27 from k163377/feature
Browse files Browse the repository at this point in the history
Update libs.
  • Loading branch information
k163377 authored Sep 20, 2020
2 parents b4929f8 + 53dba90 commit bea8f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
id("maven")
id("java")
id("org.jetbrains.kotlin.jvm") version "1.4.0"
id("org.jetbrains.kotlin.jvm") version "1.4.10"
// その他補助系
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
id("jacoco")
id("com.github.ben-manes.versions") version "0.28.0"
}

group = "com.mapk"
version = "0.16"
version = "0.18"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -33,7 +33,7 @@ repositories {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation(kotlin("reflect"))
api("com.github.ProjectMapK:Shared:0.17")
api("com.github.ProjectMapK:Shared:0.18")
// 使うのはRowMapperのみなため他はexclude、またバージョンそのものは使う相手に合わせるためcompileOnly
compileOnly(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE") {
exclude(module = "spring-beans")
Expand Down

0 comments on commit bea8f42

Please sign in to comment.