Skip to content

Commit

Permalink
Update Loom and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Dec 9, 2022
1 parent c117335 commit 3e8ee0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'fabric-loom' version '0.12-SNAPSHOT' apply false
id 'fabric-loom' version '1.0.+' apply false
id 'com.matthewprenger.cursegradle' version "1.4.0"
}

class Globals {
static def baseVersion = "1.4.18"
static def mcVersion = "1.19.3-rc1"
static def baseVersion = "1.4.19"
static def mcVersion = "1.19.3"
static def yarnVersion = "+build.2"
}

Expand Down

0 comments on commit 3e8ee0b

Please sign in to comment.