File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- implementation(platform(" com.intellectualsites.bom:bom-newest:1.50 " )) // Ref: https://github.com/IntellectualSites/bom
27
+ implementation(platform(" com.intellectualsites.bom:bom-newest:1.51 " )) // Ref: https://github.com/IntellectualSites/bom
28
28
compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core" )
29
29
}
30
30
```
@@ -39,7 +39,7 @@ repositories {
39
39
}
40
40
41
41
dependencies {
42
- implementation(platform(" com.intellectualsites.bom:bom-newest:1.50 " )) // Ref: https://github.com/IntellectualSites/bom
42
+ implementation(platform(" com.intellectualsites.bom:bom-newest:1.51 " )) // Ref: https://github.com/IntellectualSites/bom
43
43
compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core" )
44
44
compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit" ) { isTransitive = false }
45
45
}
@@ -63,7 +63,7 @@ dependencies {
63
63
<dependency >
64
64
<groupId >com.intellectualsites.bom</groupId >
65
65
<artifactId >bom-newest</artifactId > <!-- Ref: https://github.com/IntellectualSites/bom -->
66
- <version >1.50 </version >
66
+ <version >1.51 </version >
67
67
<scope >import</scope >
68
68
<type >pom</type >
69
69
</dependency >
@@ -95,7 +95,7 @@ dependencies {
95
95
<dependency >
96
96
<groupId >com.intellectualsites.bom</groupId >
97
97
<artifactId >bom-newest</artifactId > <!-- Ref: https://github.com/IntellectualSites/bom -->
98
- <version >1.50 </version >
98
+ <version >1.51 </version >
99
99
<scope >import</scope >
100
100
<type >pom</type >
101
101
</dependency >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- implementation(platform(" com.intellectualsites.bom:bom-newest:1.50 " ))
27
+ implementation(platform(" com.intellectualsites.bom:bom-newest:1.51 " ))
28
28
compileOnly(" com.intellectualsites.plotsquared:plotsquared-core" )
29
29
}
30
30
```
@@ -38,7 +38,7 @@ repositories {
38
38
}
39
39
40
40
dependencies {
41
- implementation(platform(" com.intellectualsites.bom:bom-newest:1.50 " ))
41
+ implementation(platform(" com.intellectualsites.bom:bom-newest:1.51 " ))
42
42
compileOnly(" com.intellectualsites.plotsquared:plotsquared-core" )
43
43
compileOnly(" com.intellectualsites.plotsquared:plotsquared-bukkit" ) { isTransitive = false }
44
44
}
@@ -58,7 +58,7 @@ dependencies {
58
58
<dependency >
59
59
<groupId >com.intellectualsites.bom</groupId >
60
60
<artifactId >bom-newest</artifactId >
61
- <version >1.50 </version >
61
+ <version >1.51 </version >
62
62
<scope >import</scope >
63
63
<type >pom</type >
64
64
</dependency >
@@ -87,7 +87,7 @@ dependencies {
87
87
<dependency >
88
88
<groupId >com.intellectualsites.bom</groupId >
89
89
<artifactId >bom-newest</artifactId >
90
- <version >1.50 </version >
90
+ <version >1.51 </version >
91
91
<scope >import</scope >
92
92
<type >pom</type >
93
93
</dependency >
You can’t perform that action at this time.
0 commit comments