Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
Kotlin 1.2.41
Kotlintest 3.0.6
  • Loading branch information
elect86 committed May 2, 2018
1 parent 9391bf0 commit 755ac3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .idea/modules/kotlin-unsigned.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

buildscript {

ext.kotlinVersion = '1.2.40'
ext.kotlinVersion = '1.2.41'

repositories {
jcenter() // shadow
Expand All @@ -23,7 +23,7 @@ dependencies {

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

testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.4'
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
}

repositories {
Expand Down

0 comments on commit 755ac3f

Please sign in to comment.