Skip to content

Commit

Permalink
Merge pull request #9 from WilderForge/dependabot/gradle/com.wildermo…
Browse files Browse the repository at this point in the history
…ds-wilderforge-0.1.5.0

Bump com.wildermods:wilderforge from 0.1.4.6 to 0.1.5.0
  • Loading branch information
Gamebuster19901 authored Jan 27, 2025
2 parents 140ff5d + be03f63 commit 0a1deff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jetty_version = "12.0.16"
wilderforge_version = "0.1.4.6"
wilderforge_version = "0.1.5.0"
workspace_version = "4.3.0.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/wildermods/autosplitter/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Main {

public static void main(String[] args) throws Exception {
MAIN_THREAD = Thread.currentThread();
onPreInitialization(new PreInitializationEvent());
onPreInitialization(new PreInitializationEvent(null, null));
}

public static AutosplitterConfiguration getDefaultConfig() {
Expand Down

0 comments on commit 0a1deff

Please sign in to comment.