Skip to content

Commit

Permalink
Update Kotlin version to 1.3.71 and coroutines version to 1.3.5. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom authored Apr 15, 2020
1 parent a56520c commit 32af9fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Update Kotlin to 1.3.71

## Removed
- Remove deprecated runtime creator function.

## [2.0.3] - 2020-03-16
### Added
- Update Kotlin to 1.3.70
- Update Kotlin Coroutines to 1.3.4
- Update Kotlin to 1.3.72
- Update Kotlin Coroutines to 1.3.5

## Removed
- Deprecated coroutine scope and context arguments in runtime creator function.
- Remove deprecated runtime creator function.

## [2.0.2] - 2020-01-08
### Added
Expand Down Expand Up @@ -46,8 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.3...HEAD
[2.0.3]: https://github.com/oolong-kt/oolong/compare/v2.0.2...v2.0.3
[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/oolong-kt/oolong/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/oolong-kt/oolong/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/oolong-kt/oolong/compare/v1.0.0...v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deps/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Dokka : Group("org.jetbrains.dokka", "0.10.1") {
}
}

object Kotlin : Group("org.jetbrains.kotlin", "1.3.71") {
object Coroutines : Group("org.jetbrains.kotlinx", "1.3.4") {
object Kotlin : Group("org.jetbrains.kotlin", "1.3.72") {
object Coroutines : Group("org.jetbrains.kotlinx", "1.3.5") {
object Core {
val Common = artifact("kotlinx-coroutines-core-common")
val Jvm = artifact("kotlinx-coroutines-core")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=org.oolong-kt
VERSION_NAME=2.0.4-SNAPSHOT
VERSION_NAME=2.0.3-SNAPSHOT
POM_DESCRIPTION=MVU for Kotlin Multiplatform

POM_URL=https://github.com/oolong-kt/oolong/
Expand Down

0 comments on commit 32af9fc

Please sign in to comment.