Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 19, 2020
1 parent b54b125 commit 9b8ed89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
}

Expand All @@ -19,4 +19,4 @@ idea.module {
excludeDirs.add(file("latex"))
isDownloadJavadoc = true
isDownloadSources = true
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -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:_")

Expand Down
9 changes: 4 additions & 5 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b8ed89

Please sign in to comment.