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'
1212
1313buildscript {
1414
15- ext. kotlinVersion = ' 1.2.51 '
15+ ext. kotlinVersion = ' 1.2.60 '
1616
1717 repositories {
1818 mavenCentral()
@@ -36,9 +36,9 @@ dependencies {
3636 implementation " $kotlin -reflect:$kotlinVersion "
3737
3838 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 "
4242
4343 testImplementation ' io.kotlintest:kotlintest:2.0.7'
4444 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) {
5858fun <T >treeSetOf () = java.util.TreeSet <T >()
5959
6060fun <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