Fix kmath-geometry latest version.tag #506

Closed
michael-bauer-horsch wants to merge 1 commits from patch-1 into master
Showing only changes of commit 33bc459356 - Show all commits

View File

@ -6,7 +6,7 @@
## Artifact: ## 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:** **Gradle Groovy:**
```groovy ```groovy
@ -16,7 +16,7 @@ repositories {
} }
dependencies { dependencies {
implementation 'space.kscience:kmath-geometry:0.3.1-dev-1' implementation 'space.kscience:kmath-geometry:0.3.1-dev-5'
} }
``` ```
**Gradle Kotlin DSL:** **Gradle Kotlin DSL:**
@ -27,6 +27,6 @@ repositories {
} }
dependencies { dependencies {
implementation("space.kscience:kmath-geometry:0.3.1-dev-1") implementation("space.kscience:kmath-geometry:0.3.1-dev-5")
} }
``` ```