Skip to content

Commit

Permalink
Upgrage to threetenbp 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Nov 29, 2020
1 parent daae607 commit 79827ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Change Log
- Update ColorMath dependency to 2.0.0
- Update to Kotlin 1.4.20
- Update OkHttp to 4.9.0
- Update ThreeTenBP to 1.5.0

1.1.3
-----
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/SharedDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fun DependencyHandlerScope.okHttp(

fun DependencyHandlerScope.threeTen(
module: String = "threetenbp",
version: String = "1.4.4",
version: String = "1.5.0",
includeTimezoneDb: Boolean = false
) = "org.threeten:$module:$version" + (":no-tzdb".takeIf { !includeTimezoneDb }.orEmpty())

Expand Down

0 comments on commit 79827ea

Please sign in to comment.