Skip to content

Commit

Permalink
update to kotlin 1.4.10 and kt-math 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Sep 11, 2020
1 parent 029ffe4 commit 488790b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ object Versions {

const val io_github_javaeden_orchid: String = "0.21.1"

const val org_jetbrains_kotlin: String = "1.4.0"
const val org_jetbrains_kotlin: String = "1.4.10"

const val org_antlr: String = "4.8-1"

const val org_danilopianini_git_sensitive_semantic_versioning_gradle_plugin: String = "0.2.2"

const val com_github_breadmoirai_github_release_gradle_plugin: String = "2.2.12"

const val org_jetbrains_kotlin_multiplatform_gradle_plugin: String = "1.4.0"
const val org_jetbrains_kotlin_multiplatform_gradle_plugin: String = "1.4.10"

const val com_github_johnrengelman_shadow_gradle_plugin: String = "6.0.0"

Expand All @@ -44,7 +44,7 @@ object Versions {

const val plantuml: String = "1.2020.2" // available: "8059"

const val kt_math: String = "0.1.4"
const val kt_math: String = "0.2.0"

/**
* Current version: "6.6.1"
Expand Down

0 comments on commit 488790b

Please sign in to comment.