Native Library Loader version 2.3.6 is not release
JustLookAtNow opened this issue · 3 comments
JustLookAtNow commented
there is no a v 2.3.6 at https://mvnrepository.com/artifact/org.scijava/native-lib-loader ,
however you update it from 2.3.5 to 2.3.6 at the newest version 2.9.3 release
pietrygamat commented
As of now, this dependency is pulled to jssc from https://mvnrepository.com/artifact/org.scijava/native-lib-loader?repo=scijava-public
Should work for most users as long as they are not behind corporate nexus that does not proxy this repository. Does it pose any problems during build or such?
a-hansen commented
Edit - if you saw my previous comment ignore - just needed to add this repo
maven {
url 'http://maven.scijava.org/content/repositories/public/'
}