File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' maven'
3
- id " org.jetbrains.kotlin.jvm" version " 1.3.41 "
3
+ id " org.jetbrains.kotlin.jvm" version " 1.3.50 "
4
4
}
5
5
6
6
ext {
7
7
moduleName = ' com.github.kotlin_graphics.kotlin_unsigned'
8
8
kotlin = ' org.jetbrains.kotlin:kotlin'
9
- kotlintest_version = ' 3.3.3 '
9
+ kotlintest_version = ' 3.4.0 '
10
10
}
11
11
12
12
dependencies {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .1-all.zip
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
18
18
fun Char.toUlong () = Ulong (toLong())
19
19
fun Char.toUshort () = Ushort (toShort())
20
20
21
- val version = " 3.2.1 "
21
+ val version = " 3.2.2 "
You can’t perform that action at this time.
0 commit comments