forked from kscience/kmath
Change dependencies version to latest
Current mentioned version '0.1.0' is not available at https://dl.bintray.com/mipt-npm/scientifik
This commit is contained in:
parent
b91695dcf8
commit
b325b4f328
@ -88,13 +88,13 @@ repositories {
|
|||||||
Then use a regular dependency like so:
|
Then use a regular dependency like so:
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
api "scientifik:kmath-core-jvm:0.1.0-dev"
|
api "scientifik:kmath-core-jvm:0.1.3-dev"
|
||||||
```
|
```
|
||||||
|
|
||||||
or in the Gradle Kotlin DSL:
|
or in the Gradle Kotlin DSL:
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
api("scientifik:kmath-core-jvm:0.1.0-dev")
|
api("scientifik:kmath-core-jvm:0.1.3-dev")
|
||||||
```
|
```
|
||||||
|
|
||||||
### Release
|
### Release
|
||||||
@ -107,7 +107,7 @@ repositories{
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies{
|
dependencies{
|
||||||
api("scientifik:kmath-core-jvm:0.1.0")
|
api("scientifik:kmath-core-jvm:0.1.3")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user