forked from mkaring/Illarion-Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.gradle
More file actions
23 lines (23 loc) · 804 Bytes
/
versions.gradle
File metadata and controls
23 lines (23 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* This file is part of the Illarion project.
*
* Copyright © 2016 - Illarion e.V.
*
* Illarion is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Illarion is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
ext {
slf4jVersion = '1.7.25'
logbackVersion = '1.2.2'
janinoVersion = '3.0.7'
illarionResourcesVersion = '2.1.25.13-SNAPSHOT'
niftyGuiVersion = '1.4.2'
insubstantialVersion = '7.3'
}