Skip to content

Commit

Permalink
fix: update Spigot and MV-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Jan 14, 2024
1 parent eec0af2 commit 0b09193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import sbt.Keys.baseDirectory
resolvers ++= Seq(
"maven.elmakers.com" at "https://maven.elmakers.com/repository/", // spigot
"Sonatype OSS" at "https://s01.oss.sonatype.org/content/groups/public/",
"Multiverse" at "https://repo.onarandombox.com/content/repositories/multiverse/"
"Multiverse" at "https://repo.onarandombox.com/content/groups/public/"
)

val providedDependencies = Seq(
"org.spigotmc" % "spigot-api" % "1.12.2-R0.1-SNAPSHOT",
"com.onarandombox.multiversecore" % "Multiverse-Core" % "2.5.0"
"org.spigotmc" % "spigot-api" % "1.18.2-R0.1-SNAPSHOT",
"com.onarandombox.multiversecore" % "Multiverse-Core" % "4.3.0"
).map(_ % "provided")

val embeddedDependencies = Seq("com.beachape" %% "enumeratum" % "1.7.3")
Expand Down

0 comments on commit 0b09193

Please sign in to comment.