Skip to content

Commit

Permalink
chore: bump some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Feb 23, 2024
1 parent 7674c0e commit 13fa6a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ subprojects {
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.codemc.io/repository/maven-snapshots/")
maven("https://jitpack.io")
maven("https://mvn.lumine.io/repository/maven/")
maven("https://mvn.lumine.io/repository/maven-public/") { metadataSources { artifact() } }// MythicMobs
maven("https://repo.unnamed.team/repository/unnamed-public/")
maven("https://repo.oraxen.com/releases")
maven("https://repo.oraxen.com/snapshots")
}

tasks {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ mockk = "1.13.8"
modelengine = "R4.0.4"
protocollib = "5.1.0"
reflections = "0.10.2"
serialization = "1.6.2"
serialization = "1.6.3"
sqlite-jdbc = "3.43.0.0"
vault = "1.7"
worldguard = "7.1.0-SNAPSHOT"
creative = "1.6.0"
creative = "1.7.0"

mythic-dist = "5.6.0-SNAPSHOT"
mythiccrucible = "1.6.0"
oraxen = "1.167.0"
mythic-dist = "5.6.0"
mythiccrucible = "2.0.0-SNAPSHOT"
oraxen = "1.170.0-SNAPSHOT"
itemsadder = "3.5.0b"


Expand Down

0 comments on commit 13fa6a5

Please sign in to comment.