Skip to content

Commit 755ac3f

Browse files
committed
⬆️
Kotlin 1.2.41 Kotlintest 3.0.6
1 parent 9391bf0 commit 755ac3f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.idea/modules/kotlin-unsigned.iml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
55

66
buildscript {
77

8-
ext.kotlinVersion = '1.2.40'
8+
ext.kotlinVersion = '1.2.41'
99

1010
repositories {
1111
jcenter() // shadow
@@ -23,7 +23,7 @@ dependencies {
2323

2424
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2525

26-
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.4'
26+
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
2727
}
2828

2929
repositories {

0 commit comments

Comments
 (0)