Skip to content

Commit

Permalink
chore: bump upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Oct 4, 2024
1 parent b84db9e commit adfb7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
`maven-publish`

// In general, keep this version in sync with upstream. Sometimes a newer version than upstream might work, but an older version is extremely likely to break.
id("io.papermc.paperweight.patcher") version "1.7.1"
id("io.papermc.paperweight.patcher") version "1.7.3"
}

val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group=com.mineinabyss.cartridge
version=1.21.1-R0.1-SNAPSHOT

mcVersion=1.21.1
paperRef=971a7a5511b3c656b96a9be66ec9848915eb6d3d
paperRef=7cd4f2c15fbd12637c2161779986f8b56aa0a59e

org.gradle.caching=true
org.gradle.parallel=true
Expand Down

0 comments on commit adfb7c6

Please sign in to comment.