Skip to content

Commit 5a98b22

Browse files
V+
1 parent a1523df commit 5a98b22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ plugins {
2323
id "de.undercouch.download" version "5.0.1"
2424
}
2525

26-
version '1.5.5-1.19.3'
26+
version '1.6.0-1.19.3'
2727
def nmsVersion = "1.19.3" //[NMS]
2828
def apiVersion = '1.19'
2929
def specialSourceVersion = '1.11.0' //[NMS]
3030
def spigotJarVersion = '1.19.3-R0.1-SNAPSHOT' //[NMS]
3131
def name = getRootProject().getName() // Defined in settings.gradle
3232
def main = 'com.volmit.adapt.Adapt'
33-
def manifoldVersion = '2022.1.38'
33+
def manifoldVersion = '2023.1.0'
3434

3535
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
3636
// ======================== WINDOWS =============================
@@ -134,6 +134,7 @@ dependencies {
134134
// Cancer
135135
implementation 'art.arcane:Amulet:22.7.18'
136136
implementation 'art.arcane:Fukkit:22.7.5'
137+
implementation 'art.arcane:Curse:22.11.8'
137138
annotationProcessor 'systems.manifold:manifold-ext:' + manifoldVersion
138139
testAnnotationProcessor 'systems.manifold:manifold-ext:' + manifoldVersion
139140
implementation 'systems.manifold:manifold-rt:' + manifoldVersion

0 commit comments

Comments
 (0)