Skip to content

Commit 717c09d

Browse files
committed
Update to 1.21.3
1 parent a7e2fe3 commit 717c09d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
22
id 'java'
33
id 'xyz.jpenilla.run-paper' version "2.3.1"
4-
id "io.papermc.paperweight.userdev" version "1.7.3"
4+
id "io.papermc.paperweight.userdev" version "1.7.7"
55
}
66

77
group = 'org.infotoast'
8-
version = '1.3'
8+
version = '1.4'
99

1010
repositories {
1111
mavenCentral()
@@ -21,7 +21,7 @@ repositories {
2121
}
2222

2323
dependencies {
24-
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
24+
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
2525
}
2626

2727
def targetJavaVersion = 21
@@ -52,7 +52,7 @@ processResources {
5252
}
5353

5454
runServer {
55-
minecraftVersion("1.21.1")
55+
minecraftVersion("1.21.3")
5656
}
5757

5858
tasks.assemble {

0 commit comments

Comments
 (0)