Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #83 from atoulme/update_kotlin_to_release_versions
Browse files Browse the repository at this point in the history
Update kotlin versions to latest stable released versions
  • Loading branch information
atoulme authored Nov 24, 2018
2 parents 8585295 + 9121615 commit c4fbd91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dependency-versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ dependencyManagement {
entry 'junit-jupiter-params'
}
dependency('org.jetbrains:annotations:16.0.3')
dependencySet(group: 'org.jetbrains.kotlin', version: '1.3.0-rc-198') {
dependencySet(group: 'org.jetbrains.kotlin', version: '1.3.10') {
entry 'kotlin-reflect'
entry 'kotlin-stdlib'
entry 'kotlin-stdlib-jdk8'
}
dependencySet(group: 'org.jetbrains.kotlinx', version: '1.0.0-RC1') {
dependencySet(group: 'org.jetbrains.kotlinx', version: '1.0.1') {
entry 'kotlinx-coroutines-core'
entry 'kotlinx-coroutines-jdk8'
entry 'kotlinx-coroutines-nio'
}
dependencySet(group: 'org.jetbrains.spek', version: '1.1.5') {
entry 'spek-api'
Expand Down

0 comments on commit c4fbd91

Please sign in to comment.