File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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.40-eap-51 '
15+ ext. kotlinVersion = ' 1.2.40'
1616
1717 repositories {
1818 mavenCentral()
@@ -22,7 +22,8 @@ buildscript {
2222 }
2323 dependencies {
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
25- classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.2'
25+ classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.3'
26+ classpath " org.junit.platform:junit-platform-gradle-plugin:1.1.0"
2627 }
2728}
2829
@@ -34,7 +35,9 @@ dependencies {
3435
3536 testCompile ' io.kotlintest:kotlintest:2.0.7'
3637
37- compile ' com.github.kotlin-graphics:gln:5e87f2c0d2ad9a20b41cc6d94e68a8ba59a5b622'
38+ compile ' com.github.kotlin-graphics:gln:b45da5f3bed9b2aaa4e8a1216a6752b8ceb1e4b3'
39+
40+ testCompile ' io.kotlintest:kotlintest-runner-junit5:3.0.4'
3841
3942 compile " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
4043
Original file line number Diff line number Diff line change 11package uno
22
3- import io.kotlintest.matchers.shouldBe
4- import io.kotlintest.matchers.shouldEqual
5- import io.kotlintest.matchers.shouldNotBe
6- import io.kotlintest.matchers.shouldThrow
3+ import io.kotlintest.shouldBe
4+ import io.kotlintest.shouldThrow
75import io.kotlintest.specs.StringSpec
86import uno.convert.Ascii85
9- import java.nio.charset.StandardCharsets
107import java.util.*
118
129
You can’t perform that action at this time.
0 commit comments