Skip to content

Commit

Permalink
TRCKR-T-15 update dependencies (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr authored Aug 26, 2023
1 parent 7dceda6 commit 4c018c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Update dependencies.

### Dependencies
| Dependency | Version |
|------------|:--------------:|
| Kotlin | `1.9.0` |
| KSP | `1.9.0-1.0.12` |
| Dependency | Version |
|------------|:---------------:|
| Kotlin | `1.9.10` |
| KSP | `1.9.10-1.0.13` |
6 changes: 3 additions & 3 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotlin = "1.9.0"
ksp = "1.9.0-1.0.12"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
kotlinpoet = "1.14.2"
publishing = "0.25.3"
mockk = "1.13.5"
mockk = "1.13.7"
junit = "5.10.0"
compileTesting = "1.5.0"
binaryvalidator = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion trckr.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4

0 comments on commit 4c018c3

Please sign in to comment.