Compare commits
13 commits
fa5aa9da6d
...
adb69e1f1f
Author | SHA1 | Date | |
---|---|---|---|
adb69e1f1f | |||
27b4234cf7 | |||
7748d1b413 | |||
308df01d54 | |||
b42f65bce2 | |||
9f30a1415f | |||
e5c731c016 | |||
b19242fc8a | |||
881298dd15 | |||
700a2410ef | |||
b2db4cdfc3 | |||
add22d993c | |||
91cf4d2608 |
3 changed files with 6 additions and 6 deletions
2
.github/workflows/root.yml
vendored
2
.github/workflows/root.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
password: ${{ secrets.DOKEY }}
|
||||
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
kotlin = "2.1.0" # Note: Plugin versions must be updated in the settings.gradle.kts too
|
||||
|
||||
groovy = "3.0.23"
|
||||
jansi = "2.4.1"
|
||||
jansi = "2.4.2"
|
||||
kx-ser = "1.8.1"
|
||||
logback = "1.5.12"
|
||||
logback = "1.5.18"
|
||||
logback-groovy = "1.14.5"
|
||||
logging = "7.0.3"
|
||||
logging = "7.0.7"
|
||||
twitch4j = "1.25.0"
|
||||
events4j = "0.12.2"
|
||||
kx-coroutines = "1.9.0"
|
||||
kx-coroutines = "1.10.2"
|
||||
kmongo = "5.2.1"
|
||||
|
||||
[libraries]
|
||||
|
|
|
@ -6,7 +6,7 @@ pluginManagement {
|
|||
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
|
||||
id("dev.kordex.gradle.docker") version "1.6.2"
|
||||
id("dev.kordex.gradle.docker") version "1.7.1"
|
||||
id("dev.kordex.gradle.kordex") version "1.7.1"
|
||||
}
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue