Skip to content

Commit a31ff34

Browse files
committed
Update RFG to 1.3.21
1 parent d823981 commit a31ff34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id 'eclipse'
2424
id 'maven-publish'
2525
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
26-
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.20'
26+
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.21'
2727
id 'net.darkhax.curseforgegradle' version '1.0.14' apply false
2828
id 'com.modrinth.minotaur' version '2.8.0' apply false
2929
id 'com.diffplug.spotless' version '6.13.0' apply false
@@ -961,7 +961,7 @@ def getChangelog() {
961961

962962
// Buildscript updating
963963

964-
def buildscriptGradleVersion = '8.1.1'
964+
def buildscriptGradleVersion = '8.2.1'
965965

966966
tasks.named('wrapper', Wrapper).configure {
967967
gradleVersion = buildscriptGradleVersion

0 commit comments

Comments
 (0)