Skip to content

Commit

Permalink
Bump net.fabricmc:fabric-loom from 1.1.9 to 1.3.9
Browse files Browse the repository at this point in the history
Bumps net.fabricmc:fabric-loom from 1.1.9 to 1.3.9.

---
updated-dependencies:
- dependency-name: net.fabricmc:fabric-loom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 7ab8741 commit e806d46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fabric-1.15.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.1.9'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.3.9'
}
}
apply plugin: 'scala'
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.1.9'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.3.9'
}
}
apply plugin: 'scala'
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.1.9'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.3.9'
}
}
apply plugin: 'scala'
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.1.9'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.3.9'
}
}
apply plugin: 'scala'
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.1.9'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '1.3.9'
}
}
apply plugin: 'scala'
Expand Down

0 comments on commit e806d46

Please sign in to comment.