File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ import java.net.URL
44
55plugins {
66 java
7- kotlin(" jvm" ) version " 1.4.0 "
7+ kotlin(" jvm" ) version " 1.4.10 "
88 `maven- publish` // Jitpack
9- id(" org.jetbrains.dokka" ) version " 1.4.0 "
9+ id(" org.jetbrains.dokka" ) version " 1.4.10 "
1010}
1111
1212val group = " com.github.kotlin_graphics"
1313val moduleName = " $group .kotlin_unsigned"
14- val kotestVersion = " 4.2.0 "
14+ val kotestVersion = " 4.2.5 "
1515
1616repositories {
1717 mavenCentral()
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
You can’t perform that action at this time.
0 commit comments