reconfig gamej

This commit is contained in:
Evan Pratten 2021-04-05 14:42:20 -04:00
parent f100d2332a
commit 29b355f4f5
2 changed files with 6 additions and 3 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}

View File

@ -42,9 +42,9 @@ dependencies {
implementation "ca.retrylife:jstate:1.+-javadoc" implementation "ca.retrylife:jstate:1.+-javadoc"
// GameJ // GameJ
implementation "dev.rsninja:gamej:1.+" implementation "dev.rsninja:gamej:1.0.1"
implementation "dev.rsninja:gamej:1.+-sources" implementation "dev.rsninja:gamej:1.0.1-sources"
implementation "dev.rsninja:gamej:1.+-javadoc" implementation "dev.rsninja:gamej:1.0.1-javadoc"
// JSON // JSON
implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.google.code.gson:gson:2.8.6'