Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update MIO
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 7, 2024
1 parent 9e3571f commit 8b2242f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group 'net.fabricmc'
archivesBaseName = 'name-proposal'

def ENV = System.getenv()
version '0.1.5' + (ENV.GITHUB_ACTIONS ? "" : "+local")
version '0.2.0' + (ENV.GITHUB_ACTIONS ? "" : "+local")

repositories {
maven {
Expand All @@ -28,7 +28,7 @@ dependencies {
implementation 'org.ow2.asm:asm-tree:9.5'
implementation 'org.ow2.asm:asm-util:9.5'

implementation 'net.fabricmc:mapping-io:0.5.0-beta.1'
implementation 'net.fabricmc:mapping-io:0.5.1'

compileOnly 'cuchaz:enigma:2.3.1'

Expand Down

0 comments on commit 8b2242f

Please sign in to comment.