Skip to content

Commit

Permalink
Update default Vineflower to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrising committed Jun 10, 2024
1 parent b065b70 commit a29e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/de/skyrising/guardian/gen/monument.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ val DEFAULT_DECOMPILER_MAP = mapOf<Decompiler, List<MavenArtifact>>(
Decompiler.FORGEFLOWER to listOf(MavenArtifact(FORGE_MAVEN, ArtifactSpec("net.minecraftforge", "forgeflower", "1.5.498.5"))),
Decompiler.FABRIFLOWER to listOf(MavenArtifact(FABRIC_MAVEN, ArtifactSpec("net.fabricmc", "fabric-fernflower", "1.4.0"))),
Decompiler.QUILTFLOWER to listOf(MavenArtifact(QUILT_MAVEN, ArtifactSpec("org.quiltmc", "quiltflower", "1.9.0"))),
Decompiler.VINEFLOWER to listOf(MavenArtifact(MAVEN_CENTRAL, ArtifactSpec("org.vineflower", "vineflower", "1.9.3"))),
Decompiler.VINEFLOWER to listOf(MavenArtifact(MAVEN_CENTRAL, ArtifactSpec("org.vineflower", "vineflower", "1.10.1"))),
Decompiler.PROCYON to listOf(
MavenArtifact(MAVEN_CENTRAL, ArtifactSpec("org.bitbucket.mstrobel", "procyon-core", "0.5.36")),
MavenArtifact(MAVEN_CENTRAL, ArtifactSpec("org.bitbucket.mstrobel", "procyon-compilertools", "0.5.36"))
Expand Down

0 comments on commit a29e1a8

Please sign in to comment.