Fix kmath-geometry latest version.tag
This commit is contained in:
parent
2376d278c3
commit
33bc459356
@ -6,7 +6,7 @@
|
||||
|
||||
## Artifact:
|
||||
|
||||
The Maven coordinates of this project are `space.kscience:kmath-geometry:0.3.1-dev-1`.
|
||||
The Maven coordinates of this project are `space.kscience:kmath-geometry:0.3.1-dev-5`.
|
||||
|
||||
**Gradle Groovy:**
|
||||
```groovy
|
||||
@ -16,7 +16,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'space.kscience:kmath-geometry:0.3.1-dev-1'
|
||||
implementation 'space.kscience:kmath-geometry:0.3.1-dev-5'
|
||||
}
|
||||
```
|
||||
**Gradle Kotlin DSL:**
|
||||
@ -27,6 +27,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("space.kscience:kmath-geometry:0.3.1-dev-1")
|
||||
implementation("space.kscience:kmath-geometry:0.3.1-dev-5")
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user