Skip to content

Commit 81a5652

Browse files
committed
Use kotlin v.1.6.10 & moshi v.1.13.0.
1 parent a867b42 commit 81a5652

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
### Changes
88

9+
* Use moshi v.1.13.0.
10+
* Use kotlin v.1.6.10.
911
* Use threetenbp v.1.6.0.
10-
* Use moshi v.1.12.0.
11-
* Use kotlin v.1.5.31.
1212
* Use okhttp v.3.12.13.
1313
* Update `releaseDate` field in `Event` class and the corresponding tests. It can be `null`.
1414
* Update test for `Conference` object. The `eventLastReleasedAt` field can be `null`.

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
gradleBintrayPluginVersion = "1.8.5"
88
gradleVersionsPluginVersion = "0.42.0"
99
junitVersion = "4.13.2"
10-
kotlinVersion = "1.5.31"
11-
moshiVersion = "1.12.0"
10+
kotlinVersion = "1.6.10"
11+
moshiVersion = "1.13.0"
1212
okhttpVersion = "3.12.13"
1313
retrofitVersion = "2.6.4"
1414
threetenbpVersion = "1.6.0"

0 commit comments

Comments
 (0)