Fix kmath-geometry latest version.tag #506

Closed
michael-bauer-horsch wants to merge 1 commits from patch-1 into master

View File

@ -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")
}
```