Skip to content

Commit

Permalink
Simplify dependencies & ready up for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lundez committed Apr 7, 2021
1 parent a6e954b commit a74ab3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.londogard"
version = "1.0"
version = "1.0.0"

repositories {
mavenCentral()
Expand All @@ -20,9 +20,6 @@ val kluentVersion: String by project

dependencies {
// ND4J
implementation("org.ejml:ejml-core:0.40")
implementation("org.ejml:ejml-fdense:0.40")
implementation("org.ejml:ejml-fsparse:0.40")
implementation("org.ejml:ejml-simple:0.40")
implementation("org.ejml:ejml-kotlin:0.40")

Expand Down

0 comments on commit a74ab3f

Please sign in to comment.