From 6a3efa1b4cbc7bbca5389fd76220637571c5f23b Mon Sep 17 00:00:00 2001 From: lucasstarsz Date: Sat, 31 Jul 2021 11:20:58 -0400 Subject: [PATCH] updated snapshot version to snapshot 2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 59e7aa8..07029da 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ repositories.maven { repositories.mavenCentral() /* The dependency for FastJ, the game engine this template depends on. */ -dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.5.0-SNAPSHOT') +dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.5.0-SNAPSHOT-2') /* JLink is used to configure the executables and other distributions for your project. */