Skip to content

Commit

Permalink
Merge pull request #313 from MrTroble/dependabot/gradle/1.20.1-master…
Browse files Browse the repository at this point in the history
…/net.minecraftforge-forge-1.20.2-48.0.13

build(deps): bump net.minecraftforge:forge from 1.20.1-47.1.47 to 1.20.2-48.0.13
  • Loading branch information
MrTroble authored Oct 8, 2023
2 parents 2334f8d + cb9cce0 commit 9db8735
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 @@ -44,12 +44,12 @@ if(ver == null)
ver = "dev"
version = ver
group = 'com.troblecodings'
archivesBaseName = 'TC-Redstone-1.20.1'
archivesBaseName = 'TC-Redstone-1.20.2'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.20.1'
mappings channel: 'official', version: '1.20.2'

runs {
client {
Expand Down Expand Up @@ -83,7 +83,7 @@ repositories {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.20.1-47.1.47'
minecraft 'net.minecraftforge:forge:1.20.2-48.0.13'
}

jar {
Expand Down

0 comments on commit 9db8735

Please sign in to comment.