Skip to content

Commit

Permalink
update build.gradle to 1.19.2 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Aug 6, 2022
1 parent c60edcc commit bb1991e
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 @@ -21,7 +21,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'org.parchmentmc.librarian.forgegradle'
apply plugin: 'eclipse'

version = '1.9.3'
version = '1.9.3.1'
group = 'net.geforcemods.securitycraft'
archivesBaseName = 'securitycraft'

Expand All @@ -45,7 +45,7 @@ sourceSets.main.resources {
}

minecraft {
mappings channel: 'parchment', version: '1.18.2-2022.07.17-1.19.1'
mappings channel: 'parchment', version: '1.18.2-2022.07.17-1.19.2'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

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

dependencies {
minecraft 'net.minecraftforge:forge:1.19.1-42.0.0'
minecraft 'net.minecraftforge:forge:1.19.2-43.0.0'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'

implementation fg.deobf("curse.maven:jei-238222:3903068")
Expand Down

0 comments on commit bb1991e

Please sign in to comment.