Skip to content

Commit

Permalink
downgrade ejml and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Nov 29, 2020
1 parent 7b623ee commit 15335ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("com.github.breandan:kaliningraph:-SNAPSHOT")
implementation("com.github.breandan:kaliningraph:0.1.4")
}
```

Expand All @@ -38,7 +38,7 @@ dependencies {
<dependency>
<groupId>com.github.breandan</groupId>
<artifactId>kaliningraph</artifactId>
<version>0.0.1</version>
<version>0.1.4</version>
</dependency>
</project>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 15335ed

Please sign in to comment.