File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020}
2121
2222dependencies {
23- implementation(" com.github.breandan:kaliningraph:-SNAPSHOT " )
23+ implementation(" com.github.breandan:kaliningraph:0.1.4 " )
2424}
2525```
2626
@@ -38,7 +38,7 @@ dependencies {
3838 <dependency >
3939 <groupId >com.github.breandan</groupId >
4040 <artifactId >kaliningraph</artifactId >
41- <version >0.0.1 </version >
41+ <version >0.1.4 </version >
4242 </dependency >
4343</project >
4444```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222
2323dependencies {
2424 implementation(kotlin(" stdlib-jdk8" ))
25- val ejmlVersion = " 0.40 "
25+ val ejmlVersion = " 0.39 "
2626 api(" org.ejml:ejml-kotlin:$ejmlVersion " )
2727 api(" org.ejml:ejml-all:$ejmlVersion " )
2828 api(" guru.nidi:graphviz-kotlin:0.18.0" )
You can’t perform that action at this time.
0 commit comments