File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
// Paper API
37
37
compileOnly(" io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT" )
38
38
// LuaJava (cannot be easily relocated or downloaded at runtime)
39
- implementation(" party.iroiro.luajava:luajava:4.0.3-SNAPSHOT " ) // Use our fork of the LuaJava library
39
+ implementation(" party.iroiro.luajava:luajava:$luaJavaVersion " ) // Use our fork of the LuaJava library
40
40
implementation(" party.iroiro.luajava:luajit:$luaJavaVersion " )
41
41
implementation(" party.iroiro.luajava:lua54:$luaJavaVersion " )
42
42
implementation(" org.bstats:bstats-bukkit:3.1.0" )
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
3
4
- luaJavaVersion =4.0.2
4
+ luaJavaVersion =4.0.5-SNAPSHOT
You can’t perform that action at this time.
0 commit comments