Skip to content

Commit

Permalink
refactor: include snake yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SerenModz21 committed Nov 25, 2024
1 parent 53015a9 commit 7a8f841
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ dependencies {
include(implementation("org.bspfsystems:yamlconfiguration:${property("yaml_config_version")}")!!)
include(implementation("dev.kord:kord-core:${property("kord_version")}")!!)

// needed by YamlConfiguration
include("org.yaml:snakeyaml:2.3")

// Kord JVM
include("dev.kord.cache:cache-api-jvm:${property("kord_cache_version")}")
include("dev.kord.cache:cache-map-jvm:${property("kord_cache_version")}")
Expand Down Expand Up @@ -128,4 +131,4 @@ machete {

tasks.compileKotlin {
compilerOptions.jvmTarget = JvmTarget.JVM_17
}
}

0 comments on commit 7a8f841

Please sign in to comment.