-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dep versions and perform some trivial tidy up
- Loading branch information
1 parent
b826a3a
commit a7a5181
Showing
4 changed files
with
132 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Application language | ||
kotlin_version=1.7.10 | ||
kotlinVersion=1.9.22 | ||
kotlin.code.style=official | ||
|
||
# Web framework | ||
ktor_version=2.2.3 | ||
ktorVersion=2.3.7 | ||
|
||
# DI framework for Ktor | ||
koin_version=3.2.0 | ||
koinVersion=3.5.3 | ||
|
||
# Logging framework | ||
logback_version=1.2.11 | ||
logbackVersion=1.4.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters