mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-23 08:23:04 +03:00
Compare commits
3 commits
0f7b7e417f
...
eca8a51794
Author | SHA1 | Date | |
---|---|---|---|
|
eca8a51794 | ||
|
18419fcd3a | ||
|
0e1691ee4c |
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
||||||
# Modification of the launcher sashok724's v3 from Gravit [](https://travis-ci.com/GravitLauncher/Launcher)
|
# Modification of the launcher sashok724's v3 from Gravit
|
||||||
|
[](https://travis-ci.com/GravitLauncher/Launcher)
|
||||||
|
[](https://discord.gg/b9QG4ygY75)
|
||||||
|
|
||||||
* [Discord channel](https://discord.gg/b9QG4ygY75)
|
* [Discord channel](https://discord.gg/b9QG4ygY75)
|
||||||
|
|
||||||
|
@ -9,4 +11,4 @@
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -s https://raw.githubusercontent.com/GravitLauncher/Launcher/master/get_it.sh | sh
|
curl -s https://raw.githubusercontent.com/GravitLauncher/Launcher/master/get_it.sh | sh
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project.ext {
|
project.ext {
|
||||||
verAsm = '9.7.1'
|
verAsm = '9.7.1'
|
||||||
verNetty = '4.2.0.RC4'
|
verNetty = '4.2.0.Final'
|
||||||
verOshiCore = '6.8.0'
|
verOshiCore = '6.8.0'
|
||||||
verJunit = '5.11.4'
|
verJunit = '5.11.4'
|
||||||
verJansi = '2.4.1'
|
verJansi = '2.4.1'
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
verSlf4j = '2.0.17'
|
verSlf4j = '2.0.17'
|
||||||
verLog4j = '2.24.3'
|
verLog4j = '2.24.3'
|
||||||
verMySQLConn = '9.2.0'
|
verMySQLConn = '9.2.0'
|
||||||
verMariaDBConn = '3.5.1'
|
verMariaDBConn = '3.5.3'
|
||||||
verPostgreSQLConn = '42.7.5'
|
verPostgreSQLConn = '42.7.5'
|
||||||
verH2Conn = '2.3.232'
|
verH2Conn = '2.3.232'
|
||||||
verProguard = '7.7.0'
|
verProguard = '7.7.0'
|
||||||
|
|
Loading…
Reference in a new issue