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

Commit e8b7d06

Browse files
authored
Merge pull request #39 from k163377/feature
Update libs.
2 parents e19c99b + 1417b2d commit e8b7d06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ plugins {
22
id("maven")
33
id("java")
44
id("org.jetbrains.kotlin.jvm") version "1.3.72"
5+
// その他補助系
56
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
7+
id("com.github.ben-manes.versions") version "0.28.0"
68
}
79

810
group = "com.mapk"
9-
version = "0.30"
11+
version = "0.31"
1012

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

4446
tasks {

0 commit comments

Comments
 (0)