From 9b8ed89d3871c78caceb81818a25e55f334cdbd2 Mon Sep 17 00:00:00 2001 From: breandan Date: Sat, 18 Apr 2020 21:26:30 -0400 Subject: [PATCH] bump versions --- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- samples/build.gradle.kts | 3 --- versions.properties | 9 ++++----- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 649ed72a..1f5df778 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { idea - kotlin("jvm") version "1.3.71" + kotlin("jvm") version "1.3.72" id("de.fayard.refreshVersions") version "0.8.7" } @@ -19,4 +19,4 @@ idea.module { excludeDirs.add(file("latex")) isDownloadJavadoc = true isDownloadSources = true -} +} \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a4b44297..a6b044f0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists +zipStorePath=wrapper/dists \ No newline at end of file diff --git a/samples/build.gradle.kts b/samples/build.gradle.kts index 81b05982..1ab7892c 100644 --- a/samples/build.gradle.kts +++ b/samples/build.gradle.kts @@ -2,7 +2,6 @@ plugins { idea application kotlin("jvm") -// id("org.openjfx.javafxplugin") version "0.0.8" id("com.palantir.graal") version "0.6.0-74-g5306dc5" } @@ -25,8 +24,6 @@ dependencies { implementation(kotlin("stdlib-jdk8")) // Graphical libraries -// implementation("org.openjfx:javafx-swing:_") -// implementation("org.openjfx:javafx:_") implementation("guru.nidi:graphviz-kotlin:_") implementation("org.jzy3d:jzy3d-api:_") diff --git a/versions.properties b/versions.properties index acfde9b9..d24ec94d 100644 --- a/versions.properties +++ b/versions.properties @@ -10,14 +10,13 @@ # Generated by $ ./gradlew refreshVersions # You can edit the rest of the file, it will be kept intact # See https://github.com/jmfayard/buildSrcVersions/issues/77 -module.kotlin=1.3.50 +module.kotlin=1.3.72 plugin.com.github.ben-manes.versions=0.25.0 plugin.de.fayard.refreshVersions=0.8.7 # # available=0.9.4 -plugin.org.jetbrains.kotlin.jvm=1.3.71 -plugin.com.palantir.graal=0.6.0-74-g5306dc5 -# # available=0.6.0-102-ga30de19 -version.org.jetbrains.kotlin=1.3.71 +plugin.org.jetbrains.kotlin.jvm=1.3.72 +plugin.com.palantir.graal=0.6.0-102-ga30de19 +version.org.jetbrains.kotlin=1.3.72 version.kotlintest-runner-junit5=3.4.2 version.lets-plot-kotlin-api=0.0.9-SNAPSHOT version.gradleLatestVersion=6.3