Skip to content

Commit

Permalink
common: Kotlin 1.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Oct 2, 2021
1 parent ead3722 commit a41f686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlin.properties.ReadOnlyProperty
import kotlin.reflect.KProperty

object jetbrains {
object kotlin : Group("org.jetbrains.kotlin", version = "1.5.20") {
object kotlin : Group("org.jetbrains.kotlin", version = "1.5.31") {
val stdlib by this
val test_junit5 by this
}
Expand Down
1 change: 1 addition & 0 deletions fragment-args-ktx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
### Dependencies

- androidx.fragment 1.3.5 -> 1.3.6
- kotlin-stdlib 1.5.20 -> 1.5.31

## [1.3.5-0] (2021-06-26)

Expand Down

0 comments on commit a41f686

Please sign in to comment.