Skip to content

Commit

Permalink
fix workflow+update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
backryun committed Oct 2, 2023
1 parent f9a54f9 commit a092873
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [ "fabric-1.19.3" ]
branches: [ "fabric-1.20.2" ]
pull_request:
branches: [ "fabric-1.19.3" ]
branches: [ "fabric-1.20.2" ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
yarn_mappings=1.20.2+build.2
loader_version=0.14.22

# Mod Properties
Expand All @@ -15,6 +15,6 @@ org.gradle.parallel=true

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.89.1+1.20.2
fabric_version=0.89.3+1.20.2
satin_version=1.14.0
midnightlib_version=1.5.0-fabric

0 comments on commit a092873

Please sign in to comment.