Skip to content

Commit e228858

Browse files
authored
Merge pull request #9 from reduxkotlin/kotlin-1.3.60
update kotlin -> 1.3.60 & redux-kotlin -> 0.2.9
2 parents 367b2b2 + 69caa21 commit e228858

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ext.versions = [
2-
kotlin : '1.3.41',
2+
kotlin : '1.3.60',
33
dokka : '0.9.17',
44
spek : '2.1.0-alpha.0.9+3d5d865',
55
atrium : '0.8.0',
6-
redux : '0.2.6'
6+
redux : '0.2.9'
77
]
88

99
ext.deps = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-rc-1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'kotlin-multiplatform'
77
archivesBaseName = 'redux-kotlin-thunk'
88

99
group 'org.reduxkotlin'
10-
version '0.2.8'
10+
version '0.2.9'
1111

1212
kotlin {
1313
jvm()

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ rootProject.name='Redux-Kotlin-thunk'
1414

1515
rootProject.name = 'test'
1616
enableFeaturePreview('GRADLE_METADATA')
17-
enableFeaturePreview('STABLE_PUBLISHING')
1817

0 commit comments

Comments
 (0)