Skip to content

Commit c81c2e3

Browse files
committed
v3.2.2
1 parent ba1b5c2 commit c81c2e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id 'maven'
3-
id "org.jetbrains.kotlin.jvm" version "1.3.41"
3+
id "org.jetbrains.kotlin.jvm" version "1.3.50"
44
}
55

66
ext{
77
moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
88
kotlin = 'org.jetbrains.kotlin:kotlin'
9-
kotlintest_version = '3.3.3'
9+
kotlintest_version = '3.4.0'
1010
}
1111

1212
dependencies {

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

src/main/kotlin/unsigned/unsigned.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
1818
fun Char.toUlong() = Ulong(toLong())
1919
fun Char.toUshort() = Ushort(toShort())
2020

21-
val version = "3.2.1"
21+
val version = "3.2.2"

0 commit comments

Comments
 (0)