This repository was archived by the owner on Jan 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" maven" )
33 id(" java" )
4- id(" org.jetbrains.kotlin.jvm" ) version " 1.3.70 "
4+ id(" org.jetbrains.kotlin.jvm" ) version " 1.3.71 "
55 id(" org.jlleitschuh.gradle.ktlint" ) version " 9.2.1"
66}
77
88group = " com.mapk"
9- version = " 0.18 "
9+ version = " 0.19 "
1010
1111java {
1212 sourceCompatibility = JavaVersion .VERSION_1_8
@@ -18,7 +18,7 @@ buildscript {
1818 }
1919
2020 dependencies {
21- classpath(kotlin(" gradle-plugin" , version = " 1.3.70 " ))
21+ classpath(kotlin(" gradle-plugin" , version = " 1.3.71 " ))
2222 }
2323}
2424
@@ -30,10 +30,10 @@ repositories {
3030dependencies {
3131 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
3232 implementation(kotlin(" reflect" ))
33- api(" com.github.ProjectMapK:Shared:0.9 " )
33+ api(" com.github.ProjectMapK:Shared:0.10 " )
3434
3535 // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
36- testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.6.0 " ) {
36+ testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.6.1 " ) {
3737 exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
3838 }
3939 // 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation
You can’t perform that action at this time.
0 commit comments