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 #39 from k163377/feature
Browse files Browse the repository at this point in the history
Update libs.
  • Loading branch information
k163377 authored Jun 14, 2020
2 parents e19c99b + 1417b2d commit e8b7d06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ plugins {
id("maven")
id("java")
id("org.jetbrains.kotlin.jvm") version "1.3.72"
// その他補助系
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
id("com.github.ben-manes.versions") version "0.28.0"
}

group = "com.mapk"
version = "0.30"
version = "0.31"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -38,7 +40,7 @@ dependencies {
}
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation
// https://mvnrepository.com/artifact/com.google.guava/guava
testImplementation(group = "com.google.guava", name = "guava", version = "28.2-jre")
testImplementation(group = "com.google.guava", name = "guava", version = "29.0-jre")
}

tasks {
Expand Down

0 comments on commit e8b7d06

Please sign in to comment.