Skip to content

Commit

Permalink
Update to Kotlin 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Oct 7, 2022
1 parent a2d824b commit 9603ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}
dependencies {
implementation 'dev.romainguy:kotlin-math:1.5.1'
implementation 'dev.romainguy:kotlin-math:1.5.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
import java.net.URL

plugins {
kotlin("multiplatform") version "1.7.0"
kotlin("multiplatform") version "1.7.20"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.jetbrains.dokka") version "1.6.0"
id("maven-publish")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=dev.romainguy
VERSION_NAME=1.5.1
VERSION_NAME=1.5.2

POM_DESCRIPTION=Graphics oriented math library for Kotlin

Expand Down

0 comments on commit 9603ab5

Please sign in to comment.