mirror of https://github.com/usbharu/Hideout.git
Merge branch 'develop' into nodeinfo
This commit is contained in:
commit
6819c8d847
|
@ -11,7 +11,7 @@ services:
|
|||
POSTGRES_DB: "hideout"
|
||||
|
||||
mongodb:
|
||||
image: mongo:8.0.4
|
||||
image: mongo:8.0.5
|
||||
ports:
|
||||
- "27017:27017"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[versions]
|
||||
|
||||
kotlin = "2.1.10"
|
||||
ktor = "3.1.0"
|
||||
ktor = "3.1.1"
|
||||
exposed = "0.59.0"
|
||||
javacv-ffmpeg = "7.1-1.5.11"
|
||||
detekt = "1.23.7"
|
||||
|
|
Loading…
Reference in New Issue