File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >me.flame</groupId >
8
8
<artifactId >FlameGUIS</artifactId >
9
- <version >1.1 .3</version >
9
+ <version >1.2 .3</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>8</maven .compiler.source>
47
47
<groupId >org.spigotmc</groupId >
48
48
<artifactId >spigot-api</artifactId >
49
49
<version >1.14.4-R0.1-SNAPSHOT</version >
50
+ <scope >provided</scope >
50
51
</dependency >
51
52
<dependency >
52
53
<groupId >org.projectlombok</groupId >
53
54
<artifactId >lombok</artifactId >
54
55
<version >1.18.28</version >
55
- <scope >compile </scope >
56
+ <scope >provided </scope >
56
57
</dependency >
57
58
<dependency >
58
59
<groupId >com.mojang</groupId >
59
60
<artifactId >authlib</artifactId >
60
61
<version >1.5.21</version >
61
- <scope >compile </scope >
62
+ <scope >provided </scope >
62
63
</dependency >
63
64
<dependency >
64
65
<groupId >org.jetbrains</groupId >
65
66
<artifactId >annotations</artifactId >
66
67
<version >24.0.1</version >
67
- <scope >compile </scope >
68
+ <scope >provided </scope >
68
69
</dependency >
69
70
</dependencies >
70
-
71
71
</project >
You can’t perform that action at this time.
0 commit comments