We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d824b commit 9603ab5Copy full SHA for 9603ab5
README.md
@@ -26,7 +26,7 @@ repositories {
26
}
27
28
dependencies {
29
- implementation 'dev.romainguy:kotlin-math:1.5.1'
+ implementation 'dev.romainguy:kotlin-math:1.5.2'
30
31
```
32
build.gradle.kts
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
4
import java.net.URL
5
6
plugins {
7
- kotlin("multiplatform") version "1.7.0"
+ kotlin("multiplatform") version "1.7.20"
8
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
9
id("org.jetbrains.dokka") version "1.6.0"
10
id("maven-publish")
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=dev.romainguy
2
-VERSION_NAME=1.5.1
+VERSION_NAME=1.5.2
3
POM_DESCRIPTION=Graphics oriented math library for Kotlin
0 commit comments