Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin 1.4.0 #23

Merged
merged 5 commits into from
Aug 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Unreleased

## [0.5.4] - 2020-08-16
- kotlin 1.4.0 final
- change test.yml to just run a build (currently no tests)
- update to redux-kotlin 0.5.5
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ kotlin.code.style=official
org.gradle.internal.publish.checksums.insecure=true

GROUP=org.reduxkotlin
VERSION_NAME=0.5.3
VERSION_NAME=0.5.4

POM_ARTIFACT_ID=reduxkotlin-thunk
POM_DESCRIPTION=Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext.versions = [
kotlin : '1.3.72',
kotlin : '1.4.0',
dokka : '0.9.17',
spek : '2.1.0-alpha.0.9+3d5d865',
atrium : '0.8.0',
redux : '0.5.3'
redux : '0.5.5'
]

ext.deps = [
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists