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 #46 from k163377/update_kotlin_and_refactor
Browse files Browse the repository at this point in the history
Update libs.
  • Loading branch information
k163377 authored Sep 20, 2020
2 parents ede56f3 + 22b1835 commit 7ea655a
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.32"
version = "0.34"

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")

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

0 comments on commit 7ea655a

Please sign in to comment.