From b98b6850cbbacf6e3bf4994ba065aa679a6ea03f Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 29 Mar 2020 00:29:48 +0900 Subject: [PATCH 1/3] =?UTF-8?q?JDK=E6=8C=87=E5=AE=9A=E3=81=8C=E4=BD=95?= =?UTF-8?q?=E6=95=85=E3=81=8B11=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=81=9F=E3=82=81=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 29af3ee..bc8d0a3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,7 @@ - + \ No newline at end of file From 1dcd4e51396ed70d70ad1119233a34ca7249aca1 Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 29 Mar 2020 00:30:36 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fc07d72..b07047e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.mapk" -version = "0.17" +version = "0.18" java { sourceCompatibility = JavaVersion.VERSION_1_8 From 7ced1fe3d2b172d1a7814777b1e15f523313df2b Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 29 Mar 2020 01:53:54 +0900 Subject: [PATCH 3/3] =?UTF-8?q?shared=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b07047e..902ef9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation(kotlin("reflect")) - api("com.github.ProjectMapK:Shared:0.8") + api("com.github.ProjectMapK:Shared:0.9") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.0") {