File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
src/main/kotlin/uno/kotlin Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ group = 'com.github.kotlin-graphics'
12
12
13
13
buildscript {
14
14
15
- ext. kotlinVersion = ' 1.2.51 '
15
+ ext. kotlinVersion = ' 1.2.60 '
16
16
17
17
repositories {
18
18
mavenCentral()
@@ -36,9 +36,9 @@ dependencies {
36
36
implementation " $kotlin -reflect:$kotlinVersion "
37
37
38
38
ext. kx = " com.github.kotlin-graphics"
39
- implementation " $kx :gln:399cd2a1d7 "
40
- implementation " $kx :vkk:9dc6cfc "
41
- implementation " $kx :appBuffer:23e9166e41 "
39
+ implementation " $kx :gln:294d84e53f "
40
+ implementation " $kx :vkk:86fe39a "
41
+ implementation " $kx :appBuffer:39d8216 "
42
42
43
43
testImplementation ' io.kotlintest:kotlintest:2.0.7'
44
44
testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.0.6'
Original file line number Diff line number Diff line change @@ -58,4 +58,6 @@ infix operator fun <T>StringBuilder.plusAssign(element: T) {
58
58
fun <T >treeSetOf () = java.util.TreeSet <T >()
59
59
60
60
fun <K , V >SortedMap <K , V >.getOrfirst (key : K ): V ? = get(key) ? : first
61
- val <K , V >SortedMap <K , V >.first: V ? get() = get(firstKey())
61
+ val <K , V >SortedMap <K , V >.first: V ? get() = get(firstKey())
62
+
63
+ val version = " 0.7.3"
You can’t perform that action at this time.
0 commit comments