Skip to content

Commit

Permalink
Merge pull request #156 from Y2Kwastaken/fix-components
Browse files Browse the repository at this point in the history
Update Adventure
  • Loading branch information
mfnalex authored May 18, 2024
2 parents 6f80002 + 8212bc1 commit 34a6fd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ plugins {
id("com.github.johnrengelman.shadow")
}

repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

// api = shaded, exposed to modules
// apiCompileOnly = not shaded, exposed to modules
// implementation = shaded, internal use only
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ shadow = "8.1.1"
kotlin = "1.9.20"
spigot = "1.20.4-R0.1-SNAPSHOT"
dokka = "1.9.10"
adventure-api = "4.14.0"
adventure-bukkit = "4.3.2"
adventure-api = "4.17.0"
adventure-bukkit = "4.3.3-SNAPSHOT"
adventure-minimessage = "4.15.0"
adventure-text-serializer-legacy = "4.15.0"
placeholderapi = "2.11.5"
Expand Down Expand Up @@ -36,4 +36,4 @@ hikari = { group = "com.zaxxer", name = "HikariCP", version.ref = "hikari" }
[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version.ref="shadow" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref="kotlin" }
dokka = { id = "org.jetbrains.dokka", version.ref="dokka" }
dokka = { id = "org.jetbrains.dokka", version.ref="dokka" }

0 comments on commit 34a6fd8

Please sign in to comment.