Fix kmath-geometry latest version.tag

This commit is contained in:
Michael Bauer 2023-01-17 14:55:57 +01:00 committed by GitHub
parent 2376d278c3
commit 33bc459356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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