Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 8, 2024
1 parent 35a60a2 commit e959bfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ports:
tasks:
- before: sdk env install && echo "sdkman_auto_env=true" >> ~/.sdkman/etc/config # install needed toolchain and enable it
init: ./gradlew classes testClasses # populate build and dependency cache
- command: docker-compose -f dev.docker-compose.yml up -d # start dev environment
- command: docker-compose -f dev.docker-compose.yaml up -d # start dev environment

jetbrains:
intellij:
Expand Down
4 changes: 2 additions & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cd ~/music-bot
now create a new file called `docker-compose.yml` and use your favourite editor to edit this file, I will be using nano

```bash
touch docker-compose.yml
nano docker-compose.yml
touch docker-compose.yaml
nano docker-compose.yaml
```

paste the following into that file
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.21"
kordex = "2.3.1-MIKBOT.2"
kordex = "2.3.1-MIKBOT.4"
kmongo = "5.1.0"
coroutines = "1.9.0"
serialization = "1.7.3"
ktor = "3.0.1"
kord = "feature-user-apps-20241102.180018-12"
api = "4.1.1"
kord = "mikbot-SNAPSHOT"
api = "4.1.2"
ksp = "2.0.21-1.0.26"
lavakord = "8.0.1"
kordex-plugin = "1.5.6"
Expand Down

0 comments on commit e959bfe

Please sign in to comment.