Skip to content

Commit 9603ab5

Browse files
committed
Update to Kotlin 1.7.20
1 parent a2d824b commit 9603ab5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
}
2727
2828
dependencies {
29-
implementation 'dev.romainguy:kotlin-math:1.5.1'
29+
implementation 'dev.romainguy:kotlin-math:1.5.2'
3030
}
3131
```
3232

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
44
import java.net.URL
55

66
plugins {
7-
kotlin("multiplatform") version "1.7.0"
7+
kotlin("multiplatform") version "1.7.20"
88
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
99
id("org.jetbrains.dokka") version "1.6.0"
1010
id("maven-publish")

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=dev.romainguy
2-
VERSION_NAME=1.5.1
2+
VERSION_NAME=1.5.2
33

44
POM_DESCRIPTION=Graphics oriented math library for Kotlin
55

0 commit comments

Comments
 (0)