From 15335ed2e77591d89c2fb1c65391c14fc4e15040 Mon Sep 17 00:00:00 2001 From: breandan Date: Sun, 29 Nov 2020 12:30:30 -0500 Subject: [PATCH] downgrade ejml and update readme --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7634876a..5c365b73 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation("com.github.breandan:kaliningraph:-SNAPSHOT") + implementation("com.github.breandan:kaliningraph:0.1.4") } ``` @@ -38,7 +38,7 @@ dependencies { com.github.breandan kaliningraph - 0.0.1 + 0.1.4 ``` diff --git a/build.gradle.kts b/build.gradle.kts index d79d96cc..4a91a8cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ repositories { dependencies { implementation(kotlin("stdlib-jdk8")) - val ejmlVersion = "0.40" + val ejmlVersion = "0.39" api("org.ejml:ejml-kotlin:$ejmlVersion") api("org.ejml:ejml-all:$ejmlVersion") api("guru.nidi:graphviz-kotlin:0.18.0")