Skip to content

Commit

Permalink
Bump Gradle Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Jun 24, 2024
1 parent 1f99181 commit 446374d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.mmodding.gradle.api.EnvironmentTarget

plugins {
id "com.mmodding.gradle" version "0.0.8"
id "fabric-loom" version "1.6-SNAPSHOT"
id "com.mmodding.gradle" version "0.0.9"
id "fabric-loom" version "1.7-SNAPSHOT"
id "maven-publish"
}

Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 446374d

Please sign in to comment.