Skip to content

Commit

Permalink
use kt-math 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Apr 15, 2020
1 parent e65a9da commit eeb9742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import kotlin.String

/**
* Generated by https://github.com/jmfayard/buildSrcVersions
*
Expand Down Expand Up @@ -118,7 +120,7 @@ object Libs {
const val plantuml: String = "net.sourceforge.plantuml:plantuml:" + Versions.plantuml

/**
* 0.1.2
* 0.1.3
*/
const val kt_math: String = "io.github.gciatto:kt-math:" + Versions.kt_math
}
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import kotlin.String
import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

Expand Down Expand Up @@ -31,7 +32,7 @@ object Versions {

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

const val kt_math: String = "0.1.2"
const val kt_math: String = "0.1.3"

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

0 comments on commit eeb9742

Please sign in to comment.