Skip to content

Commit

Permalink
Loom 1.5, bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jan 5, 2024
1 parent ce60063 commit fb2c80a
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 @@ -17,7 +17,7 @@ tasks.withType(JavaCompile).configureEach {

group 'net.ornithemc'
archivesBaseName = project.name
def baseVersion = '1.4'
def baseVersion = '1.5'

def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {
Expand All @@ -43,8 +43,8 @@ dependencies {

compileOnly("net.fabricmc:fabric-loom:" + baseVersion + "-SNAPSHOT")

implementation("com.google.code.gson:gson:2.8.8")
implementation("net.fabricmc:mapping-io:0.2.1")
implementation("com.google.code.gson:gson:2.10.1")
implementation("net.fabricmc:mapping-io:0.5.1")
implementation("net.ornithemc:nester:1.1.2")
implementation("com.vdurmont:semver4j:3.1.0")
}
Expand Down

0 comments on commit fb2c80a

Please sign in to comment.