Skip to content

Commit

Permalink
Update dependencies for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 23, 2024
1 parent 74fc494 commit 97d6b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ val runVersions = listOf(
"20.1",
"20.2",
"20.4",
"20.6"
"20.6",
"21",
)

tasks {
Expand Down Expand Up @@ -190,7 +191,7 @@ sourceSets {
}

val releaseNotes = providers.environmentVariable("RELEASE_NOTES")
val versions = listOf("1.19.4", "1.20.6")
val versions = listOf("1.19.4", "1.20.6", "1.21")
val shadowJar = tasks.shadowJar.flatMap { it.archiveFile }

hangarPublish.publications.register("plugin") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h2 = "2.2.224"
[libraries]
# cloud
cloud-bom = "org.incendo:cloud-bom:2.0.0-rc.2"
cloud-minecraft-bom = "org.incendo:cloud-minecraft-bom:2.0.0-beta.8"
cloud-minecraft-bom = "org.incendo:cloud-minecraft-bom:2.0.0-beta.9"
cloud-translations-bom = "org.incendo:cloud-translations-bom:1.0.0-SNAPSHOT"
cloud-paper = { module = "org.incendo:cloud-paper" }
cloud-translations-core = { module = "org.incendo:cloud-translations-core" }
Expand Down

0 comments on commit 97d6b2f

Please sign in to comment.